
   COPYRIGHT = "Copyright &copy; Secrets of the Hidden Job Market, 2006 - ";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), ".  All Rights Reserved. No part of this site may be reproduced without permission.");
   }

