
   COPYRIGHT = "Copyright &copy; ";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), " White Rock Center of Hope. All Rights Reserved.");
   }


