// JavaScript Document
var writeFooter='';
var mydate = new Date();
var writeFooter1='';
writeFooter+='<b> The Nightingale Centre Bazaar &nbsp;&nbsp; Great Hucklow, Buxton, Derbyshire SK17 8RH&nbsp;&nbsp;<br>The Nightingale Centre &copy; 2008-';
document.write(writeFooter);
document.writeln(mydate.getFullYear() );
writeFooter1+=' All Rights Reserved <br>VAT No. 158049942</b>';
document.write(writeFooter1);

