var theDate = ""
theDate = document.lastModified
document.write("This page last updated: ");
document.write(theDate);
document.write();

