// JavaScript Document

var writeFooter = ' ';

writeFooter += '<p align="center" class="style6" background: #FFFFFF>This site and its contents &copy;2010 Bag o&rsquo;Tricks and Tricky Brits.  <a href="contact.html">Click here to send us a message.</a></p>';

document.writeln(writeFooter);
