// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Paul Skelton, please do let me know if i can help with your website needs contact 0044 7745 138 891";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2009 ");

