document.write('This page was last updated on: ');
document.write(document.lastModified);
document.write('<br /><b>Note:</b> the document.lastModified property only works in IE and Firefox <br />');
