function getTime(){
  return "Sat Feb 11 04:32:56 EST 2012";
}

function getVertJamFactor92481(){
  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.0</div>";

  return code;
}

function getHorizJamFactor92481(){
  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.0</div>";

  return code;
}

function getGenericJamFactor92481(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number3Wrapper"><div class="WorseLevel1"><div class="Number3">3.0</div></div></div></div>';
  return code;
}

function getGenericIncidents92481(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92481();
  code += '</div>';
  return code;
}


   var incidentSeverity92481 = 'minor';

   var incidentSeverityCase92481 = 'Minor';
   var incidentCount92481 = '0';

function getIncidentText92481()
{
  var incidentText = '';
  	//incidentText += 'no incidents';
    return incidentText;
}




