var s = document.lastModified;
document.write("<small>Page last updated ");
document.write(s.substring(s.length-8, 0));
document.write("</small>");

