// JavaScript Document

COPYRIGHT = "&copy; Copyright Ropes R Us - ";
 
   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), "");
   }