// JavaScript Document
// ***********************************************
// 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 )
// ***********************************************


var dateModified = document.lastModified;
moddate = dateModified.slice(0,10);

document.write("<font size = '-5'>Last update: <b>" + moddate + "</b></font size>");


