// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "TNT Concrete ccb 143682 tavake taumoeanga Concrete Contractor Portland OR, retaining walls Portland OR, stamped concrete Portland, decorative concrete Portland OR, also serve all Multnomah county clackamas county and Washington county OR";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2011 ");

