function printDate1() { document.write(document.lastModified) }
function printDate2() { document.write(Date()) }