// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Castle Rock AIKIDO, LLC - Learn Aikido training. Serving those from the Denver, Denver Metro, Colorado Springs, Parker, Aurora, Highlands Ranch, Littleton, Centennial, Englewood, Castle Rock and Lone Tree Colorado communities";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2008 ");

