// Copyright
   COPYRIGHT = "Copyrights &copy; 2005-";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), " KQMC, Inc. All rights reserved.");
 }
