// JavaScript Document


   COPYRIGHT = "&copy; 2003-";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), " Maureen Mullarkey, all rights reserved");
   }
