function getTime(){
  return "Tue Feb 09 15:51:35 EST 2010";
}

function getVertJamFactor92456(){
  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: #EDF100; color: black; left: 35px;">';
  
  code += "3.4</div>";

  return code;
}

function getHorizJamFactor92456(){
  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: #EDF100; color: black; left: 40px;">';
  
  code += "3.4</div>";

  return code;
}

function getGenericJamFactor92456(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number3Wrapper"><div class="WorseLevel1"><div class="Number3">3.4</div></div></div></div>';
  return code;
}

function getGenericIncidents92456(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92456();
  code += '</div>';
  return code;
}


   var incidentSeverity92456 = 'moderate';

   var incidentSeverityCase92456 = 'Moderate';
   var incidentCount92456 = '5';

function getIncidentText92456()
{
  var incidentText = '';
    	incidentText += 'incidents: 5 (';
  	incidentText += incidentSeverity92456;
  	incidentText += ')';
    return incidentText;
}



