//<script language="Javascript"><!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************
// Place the code below between the <BODY> and </BODY> tags within the  
// HTML page where you want the last modified date to appear.

var dateModified = document.lastModified;
mydate = dateModified.slice(0,10);

document.write("<P><FONT FACE=Arial SIZE=-2><b>Last Update: " + "<BR>" + mydate + "</b></FONT></P>");

//-->
//</script>