function getTime(){
  return "Wed Feb 08 12:39:59 EST 2012";
}

function getVertJamFactor92216(){
  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: #FFD800; color: black; left: 55px;">';
  
  code += "5.1</div>";

  return code;
}

function getHorizJamFactor92216(){
  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: #FFD800; color: black; left: 60px;">';
  
  code += "5.1</div>";

  return code;
}

function getGenericJamFactor92216(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number5Wrapper"><div class="WorseLevel3"><div class="Number5">5.1</div></div></div></div>';
  return code;
}

function getGenericIncidents92216(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92216();
  code += '</div>';
  return code;
}


   var incidentSeverity92216 = 'severe';

   var incidentSeverityCase92216 = 'Severe';
   var incidentCount92216 = '1';

function getIncidentText92216()
{
  var incidentText = '';
    	incidentText += 'incidents: 1 (';
  	incidentText += incidentSeverity92216;
  	incidentText += ')';
    return incidentText;
}




