// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Providence Equestrian Center / 13731 E Terru St. Bonita Springs, FL 34135 / (239) 948-PONY(7669)";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2008 ");

