Page last updated:
This script will tell you the last time the document was updated.
This code goes into the BODY section:
<script language="JavaScript" type="text/javascript"> <!-- update=new Date(document.lastModified) document.writeln("<EM>" + update.toLocaleString(update) + "</EM>") //--> </script>
Click here
to go back.