function getTime(){
  return "Tue Feb 09 15:14:55 EST 2010";
}

function getVertJamFactor92457(){
  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: #6BF900; color: black; left: 15px;">';
  
  code += "1.9</div>";

  return code;
}

function getHorizJamFactor92457(){
  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: #6BF900; color: black; left: 20px;">';
  
  code += "1.9</div>";

  return code;
}

function getGenericJamFactor92457(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number1Wrapper"><div class="WorseLevel1"><div class="Number1">1.9</div></div></div></div>';
  return code;
}

function getGenericIncidents92457(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92457();
  code += '</div>';
  return code;
}


   var incidentSeverity92457 = 'minor';

   var incidentSeverityCase92457 = 'Minor';
   var incidentCount92457 = '0';

function getIncidentText92457()
{
  var incidentText = '';
  	//incidentText += 'no incidents';
    return incidentText;
}



