moddate = new Date(document.lastModified);
moddate = moddate.toLocaleString();
document.write( "Last updated "+ moddate);
