   COPYRIGHT = "Copyright &copy; 1998-";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), ", <b>BREL International, Inc.</b> *All rights reserved.");
   }
