function getTime(){
  return "Wed Feb 08 14:27:58 EST 2012";
}

function getVertJamFactor93179(){
  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.5</div>";

  return code;
}

function getHorizJamFactor93179(){
  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.5</div>";

  return code;
}

function getGenericJamFactor93179(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number3Wrapper"><div class="WorseLevel1"><div class="Number3">3.5</div></div></div></div>';
  return code;
}

function getGenericIncidents93179(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText93179();
  code += '</div>';
  return code;
}


   var incidentSeverity93179 = 'minor';

   var incidentSeverityCase93179 = 'Minor';
   var incidentCount93179 = '0';

function getIncidentText93179()
{
  var incidentText = '';
  	//incidentText += 'no incidents';
    return incidentText;
}




