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