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