COPYRIGHT = "&copy; 2000-";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), " MIB Group, Inc., All Rights Reserved. ");
   }