function showFooter() {
	var logo = "<br \><table border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" width=\"786\" height=\"38\">";
	logo = logo + "<tr><td><a href=\"http://www.therecyclingcenter.info\"><img border=\"0\" src=\"/images/footer.png\" alt=\"The Recycling Center\" \></a></td></tr></table>";

	var table = "<table class=\"footerTable\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" width=\"786\" height=\"38\">";
	table = table + "<tr><td align=\"center\">";
	table = table + "Send us your Comments and Suggestions: <a href=\"mailto:staff@therecyclingcenter.info\">The Recycling Center Staff</a>";
	table = table + "</td></tr></table>";


	document.getElementById("footer").innerHTML = logo + table;
}
