
   COPYRIGHT = "Copyright &copy; 2001 - ";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), ". <a href='http://www.bespokesolutions.com'>Bespoke Solutions Ltd</a> All rights reserved.");
   }



