function getTime(){
  return "Sat Nov 21 07:16:01 EST 2009";
}

function getVertJamFactor92752(){
  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.4</div>";

  return code;
}

function getHorizJamFactor92752(){
  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.4</div>";

  return code;
}

function getGenericJamFactor92752(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number1Wrapper"><div class="Steady"><div class="Number1">1.4</div></div></div></div>';
  return code;
}

function getGenericIncidents92752(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92752();
  code += '</div>';
  return code;
}


   var incidentSeverity92752 = 'minor';

   var incidentSeverityCase92752 = 'Minor';
   var incidentCount92752 = '0';

function getIncidentText92752()
{
  var incidentText = '';
  	//incidentText += 'no incidents';
    return incidentText;
}



