// JavaScript Document
COPYRIGHT = "copyright &copy; Cav's Steakhouse ";
   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), " all rights reserved");
   }
