function getTime(){
  return "Tue Feb 09 15:47:21 EST 2010";
}

function getVertJamFactor92751(){
  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.4</div>";

  return code;
}

function getHorizJamFactor92751(){
  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.4</div>";

  return code;
}

function getGenericJamFactor92751(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number3Wrapper"><div class="BetterLevel3"><div class="Number3">3.4</div></div></div></div>';
  return code;
}

function getGenericIncidents92751(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92751();
  code += '</div>';
  return code;
}


   var incidentSeverity92751 = 'minor';

   var incidentSeverityCase92751 = 'Minor';
   var incidentCount92751 = '0';

function getIncidentText92751()
{
  var incidentText = '';
  	//incidentText += 'no incidents';
    return incidentText;
}



