// footer.js
// stores the name to put into the footer copyright
var addCopyright = false;
var footerName = "Country Club * Golf * Lodging * Groups and Weddings Olde Beau Golf and Country Club Easily Accessed from Charlotte, NC; Roanoke, VA; Winston Salem, NC...20 minutes from I-77 at Elkin, NC";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2012 ");

