// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Corlyn Chihuahuas. All photos and Chihuahua Mask graphics on this site are copyright protected and the property of Marilyn Bishop, only to be used with written permission";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2009 ");

