// JavaScript Document
function loadfooter(){
var footer = "About House Paintng and Decorating &copy; 2006 | <a href='http://www.twomoonscreative.com' target='_blank'>[website by]</a>";
document.getElementById("footer").innerHTML = footer;
}
