function getTime(){
  return "Tue Feb 09 15:31:00 EST 2010";
}

function getVertJamFactor92713(){
  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.2</div>";

  return code;
}

function getHorizJamFactor92713(){
  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.2</div>";

  return code;
}

function getGenericJamFactor92713(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number5Wrapper"><div class="WorseLevel2"><div class="Number5">5.2</div></div></div></div>';
  return code;
}

function getGenericIncidents92713(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92713();
  code += '</div>';
  return code;
}


   var incidentSeverity92713 = 'minor';

   var incidentSeverityCase92713 = 'Minor';
   var incidentCount92713 = '1';

function getIncidentText92713()
{
  var incidentText = '';
    	incidentText += 'incidents: 1 (';
  	incidentText += incidentSeverity92713;
  	incidentText += ')';
    return incidentText;
}



