
   COPYRIGHT = "Copyright &copy; RA Investment Properties, Inc., 1996 - ";

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

