// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Rotondo Environmental Solutions. Provider of precast concrete Stormwater Management Products and Systems for stormwater detention, retention, infiltration, treatment, filtration and harvesting. Designer of Stormpod, the new low caost precast concrete stormwater management system.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2011 ");

