Nifty Javascript for Dates
This JavaScript will insert a changeable date wherever it is placed on a page. You can add a phrase like "last updated" before it and it will display as something like this:
last updated October 29, 1998
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write(document.lastModified);
// -->
</SCRIPT>