var m = " " + document.lastModified; 
var p = m.length-8; 
document.writeln(""); 
document.write(m.substring(p, 0)); 
document.writeln("</p>"); 

