// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Art Works Gallery &amp; Picture Framing Center 74-405 HWY. 111 Palm Desert, CA 92260";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2012 ");

