// Copyright
   COPYRIGHT = "Copyrights &copy; 2008-";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), ". GAMMP International - (Global Association of Management &amp; Marketing Professionals)");
 }
