// footer.js
// stores the name to put into the footer copyright
var addCopyright = false;
var footerName = "Khoof-Shaw Dog Training &amp; Services / 1-506-961-2656 / info@khoofshaw.com";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2008 ");
