function getTime(){
  return "Thu Feb 09 18:06:08 EST 2012";
}

function getVertJamFactor93593(){
  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: #B9F400; color: black; left: 25px;">';
  
  code += "2.3</div>";

  return code;
}

function getHorizJamFactor93593(){
  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: #B9F400; color: black; left: 30px;">';
  
  code += "2.3</div>";

  return code;
}

function getGenericJamFactor93593(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number2Wrapper"><div class="WorseLevel1"><div class="Number2">2.3</div></div></div></div>';
  return code;
}

function getGenericIncidents93593(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText93593();
  code += '</div>';
  return code;
}


   var incidentSeverity93593 = 'minor';

   var incidentSeverityCase93593 = 'Minor';
   var incidentCount93593 = '0';

function getIncidentText93593()
{
  var incidentText = '';
  	//incidentText += 'no incidents';
    return incidentText;
}




