// JavaScript Document

COPYRIGHT = "Copyright &copy; Fox Eyewear 2004 - ";

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