function createFooter() {
	var footer = "Created By Andrew Powell &copy; 2005-2010"
	document.getElementById("footer").innerHTML = footer;
}