   COPYRIGHT = "Copyright &copy; ";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), " by <b><i>@Work @Home Tech Corp.</i></b> * All Rights Reserved...");
   }

