document.write("<p>");
document.write("Title:&nbsp; " + document.title + "<br />");
document.write("URL:&nbsp; " + document.URL + "<br />");
document.write("This page was last modified on:&nbsp; " + document.lastModified + "<br />");
document.write("</p>\n");

