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