function getTime(){
  return "Sat Feb 11 03:38:28 EST 2012";
}

function getVertJamFactor93797(){
  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.0</div>";

  return code;
}

function getHorizJamFactor93797(){
  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.0</div>";

  return code;
}

function getGenericJamFactor93797(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number1Wrapper"><div class="Steady"><div class="Number1">1.0</div></div></div></div>';
  return code;
}

function getGenericIncidents93797(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText93797();
  code += '</div>';
  return code;
}


   var incidentSeverity93797 = 'minor';

   var incidentSeverityCase93797 = 'Minor';
   var incidentCount93797 = '0';

function getIncidentText93797()
{
  var incidentText = '';
  	//incidentText += 'no incidents';
    return incidentText;
}




