d=document.lastModified;
document.write("Laatste wijziging: " + d.substr(3, 2) + "-" + d.substr(0,2) + "-" + d.substr(6, 4));