Java "Update modified Doc. Date"

Use this java script to update the last time you modified
you web page automatically.
Every web page should contain the date last modified so frequent
visitors can see if your page has changed sine the last time they 
viewed it. "Just good web page coding".

Just copy and paste this script to your web page......
--------------------Cut below this line------------------------------

<b><script language="JavaScript">
              <!-- Non-aware browsers will ignore this
              document.writeln( "Document.LastModified : " +
              document.lastModified + " <br>" );
              // End of script -->
              </script></b>


------------------Cut above this line--------------------------------
This document last modified 06/15/1997.....