//var lastModification="";
lastModification = document.lastModified;
document.write("This page was last updated:  ");
document.write(lastModification);
