function getTime(){
  return "Sat Feb 11 04:28:56 EST 2012";
}

function getVertJamFactor92480(){
  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.4</div>";

  return code;
}

function getHorizJamFactor92480(){
  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.4</div>";

  return code;
}

function getGenericJamFactor92480(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number4Wrapper"><div class="Steady"><div class="Number4">4.4</div></div></div></div>';
  return code;
}

function getGenericIncidents92480(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92480();
  code += '</div>';
  return code;
}


   var incidentSeverity92480 = 'minor';

   var incidentSeverityCase92480 = 'Minor';
   var incidentCount92480 = '1';

function getIncidentText92480()
{
  var incidentText = '';
    	incidentText += 'incidents: 1 (';
  	incidentText += incidentSeverity92480;
  	incidentText += ')';
    return incidentText;
}




