function getTime(){
  return "Thu Feb 09 18:09:39 EST 2012";
}

function getVertJamFactor91319(){
  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.3</div>";

  return code;
}

function getHorizJamFactor91319(){
  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.3</div>";

  return code;
}

function getGenericJamFactor91319(styleId)
{
  var code = '<div class="jamFactorDiv' + styleId + '"><div class="Number3Wrapper"><div class="Steady"><div class="Number3">3.3</div></div></div></div>';
  return code;
}

function getGenericIncidents91319(styleId){
  var code = '<div class="incidentCount' + styleId + '">';
  code += getIncidentText91319();
  code += '</div>';
  return code;
}


   var incidentSeverity91319 = 'minor';

   var incidentSeverityCase91319 = 'Minor';
   var incidentCount91319 = '0';

function getIncidentText91319()
{
  var incidentText = '';
  	//incidentText += 'no incidents';
    return incidentText;
}




