function getTime(){
  return "Sat Feb 11 03:20:11 EST 2012";
}

function getVertJamFactor92539(){
  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.1</div>";

  return code;
}

function getHorizJamFactor92539(){
  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.1</div>";

  return code;
}

function getGenericJamFactor92539(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number3Wrapper"><div class="BetterLevel2"><div class="Number3">3.1</div></div></div></div>';
  return code;
}

function getGenericIncidents92539(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText92539();
  code += '</div>';
  return code;
}


   var incidentSeverity92539 = 'minor';

   var incidentSeverityCase92539 = 'Minor';
   var incidentCount92539 = '1';

function getIncidentText92539()
{
  var incidentText = '';
    	incidentText += 'incidents: 1 (';
  	incidentText += incidentSeverity92539;
  	incidentText += ')';
    return incidentText;
}




