<!--
// <script language="JavaScript">
// This script materializes, at the location in a document
// where it is invoked, the document's date of modification 
// in this format: November 19, 1997.
//
// NOTE: The last.Modified method apparently returns a 2-digit 
// year, regardless of OS date format settings.  The Date() object 
// intreprets the 2-digit year as 19xx (or maybe as "current century"). 
// Therefore, this script is ****NOT**** year-2000 compliant.
// 
// Lockheed Martin Corp.  November 19, 1997  (TAD)

document.write(document.URL);
// </script>
// -->
