// JavaScript Document

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


