testdate = new Date(document.lastModified);
testdate = testdate.toLocaleString();
document.write("Last modified : " + testdate);