
   COPYRIGHT = "This web design and all contents are &copy; ";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), " Ann DeRulle.  All Rights Reserved.");
   }


