
   COPYRIGHT = "Copyright &copy; ";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), " R.A. Investment Properties, Inc.  All Rights Reserved.");
   }


