   COPYRIGHT = "Copyright &copy; ";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), " by <b>JOHN B. HANSEN</b><i> * All Rights Reserved...</i>");
   }

