function getTime(){
  return "Tue Feb 09 15:31:00 EST 2010";
}

function getVertJamFactor92714(){
  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: #FFD800; color: black; left: 55px;">';
  
  code += "5.5</div>";

  return code;
}

function getHorizJamFactor92714(){
  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: #FFD800; color: black; left: 60px;">';
  
  code += "5.5</div>";

  return code;
}

function getGenericJamFactor92714(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number5Wrapper"><div class="BetterLevel1"><div class="Number5">5.5</div></div></div></div>';
  return code;
}

function getGenericIncidents92714(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92714();
  code += '</div>';
  return code;
}


   var incidentSeverity92714 = 'minor';

   var incidentSeverityCase92714 = 'Minor';
   var incidentCount92714 = '1';

function getIncidentText92714()
{
  var incidentText = '';
    	incidentText += 'incidents: 1 (';
  	incidentText += incidentSeverity92714;
  	incidentText += ')';
    return incidentText;
}



