
   COPYRIGHT = "Copyright &copy; ";

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


