
   COPYRIGHT = "Copyright &copy; ";

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


