function getTime(){
  return "Thu Feb 09 18:07:19 EST 2012";
}

function getVertJamFactor92735(){
  var code = '<div style="font-size: 9px; line-height: 10px; border: solid black 1px; width: 25px; height: 11px; text-align: center; position: absolute; top: 18px; ';

      code += 'background-color: #FFF000; color: black; left: 45px;">';
  
  code += "4.2</div>";

  return code;
}

function getHorizJamFactor92735(){
  var code = '<div style="font-size: 9px; line-height: 10px; border: solid black 1px; width: 25px; height: 11px; text-align: center; position: absolute; top: 18px; ';

      code += 'background-color: #FFF000; color: black; left: 50px;">';
  
  code += "4.2</div>";

  return code;
}

function getGenericJamFactor92735(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number4Wrapper"><div class="WorseLevel3"><div class="Number4">4.2</div></div></div></div>';
  return code;
}

function getGenericIncidents92735(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92735();
  code += '</div>';
  return code;
}


   var incidentSeverity92735 = 'minor';

   var incidentSeverityCase92735 = 'Minor';
   var incidentCount92735 = '0';

function getIncidentText92735()
{
  var incidentText = '';
  	//incidentText += 'no incidents';
    return incidentText;
}




