// Script adapted by Michael Sterba - KG7HQ
//
<!-- hide from old browsers
  var modDate = new Date(document.lastModified)
  var modYear = modDate.getYear()
  if(modYear<1000) modYear+=1900
       
  document.write("Last Updated: " + (modDate.getMonth()+1) + "/" + 
                  modDate.getDate() + "/" + modYear)
//-->