function dofooter() {
var info = "<p>Note: Art Cowie welcomes comments on this and other planning articles. He can be contacted by E-mail at: <a href='&#109;&#097;&#105;&#108;&#116;&#111;&#058;&#097;&#114;&#116;&#064;&#099;&#111;&#119;&#105;&#101;&#082;&#111;&#119;&#104;&#111;&#117;&#115;&#101;&#046;&#099;&#097;'>&#097;&#114;&#116;&#064;&#099;&#111;&#119;&#105;&#101;&#082;&#111;&#119;&#104;&#111;&#117;&#115;&#101;&#046;&#099;&#097;</a>.</p>" + "<div id='footerText'>Page address: " + document.location + "</div>";

document.getElementById("footer").innerHTML = info;
}

window.onload = dofooter;