var theDate = ""
theDate = document.lastModified
document.write("Last Updated:");
document.write(theDate);
document.write();// Stop Hiding
