<!--hide from old browsers
  var modDate = new Date(document.lastModified)
  var modYear = modDate.getYear()
  if(modYear<1000) modYear+=1900
       
  document.write("Revised: " + (modDate.getMonth()+1) + "/" + 
                  modDate.getDate() + "/" + (modYear+"").substring(2,4))
//-->
