function getTime(){
  return "Fri Feb 10 10:31:14 EST 2012";
}

function getVertJamFactor94137(){
  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.2</div>";

  return code;
}

function getHorizJamFactor94137(){
  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.2</div>";

  return code;
}

function getGenericJamFactor94137(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number0Wrapper"><div class="Steady"><div class="Number0">0.2</div></div></div></div>';
  return code;
}

function getGenericIncidents94137(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText94137();
  code += '</div>';
  return code;
}


   var incidentSeverity94137 = 'minor';

   var incidentSeverityCase94137 = 'Minor';
   var incidentCount94137 = '0';

function getIncidentText94137()
{
  var incidentText = '';
  	//incidentText += 'no incidents';
    return incidentText;
}




