d=document.lastModified;
document.write("Last update: " + d.substr(0, 2) + "/" + d.substr(3,2) + "/" + d.substr(6, 4));