
   COPYRIGHT = "Copyright &copy; Michael Susko, 2002 - ";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), ".  All Rights Reserved.");
   }

