var m = "PAGE LAST UPDATED: " + document.lastModified;
var p = m.length-8;
document.write(m.substring(p, 0));