function getTime(){
  return "Wed Feb 08 14:29:42 EST 2012";
}

function getVertJamFactor92562(){
  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: #08FF00; color: black; left: 5px;">';
  
  code += "0.3</div>";

  return code;
}

function getHorizJamFactor92562(){
  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: #08FF00; color: black; left: 10px;">';
  
  code += "0.3</div>";

  return code;
}

function getGenericJamFactor92562(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number0Wrapper"><div class="WorseLevel2"><div class="Number0">0.3</div></div></div></div>';
  return code;
}

function getGenericIncidents92562(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92562();
  code += '</div>';
  return code;
}


   var incidentSeverity92562 = 'minor';

   var incidentSeverityCase92562 = 'Minor';
   var incidentCount92562 = '0';

function getIncidentText92562()
{
  var incidentText = '';
  	//incidentText += 'no incidents';
    return incidentText;
}




