// add last update to bottom of scripts.
// add this to the html page
//  <script language="Javascript" src="scripts/updated.js"></script>


<!-- 

  var t = new Date(document.lastModified);

  document.write("<font face=arial><font size=-2>Updated: "+document.lastModified+"</font></font>");

<!--end -->

