//To show date/time aligned:center
var LastUpdated = document.lastModified;

document.writeln("<center>"); 
document.writeln ("Last updated " + LastUpdated);

