Today = document.lastModified
//ModDate = Today.slice(0,9)
document.write("<FONT size=2><I> This page was last updated on ")
document.write(Today)
document.write(" </FONT></I><P>")
