// JavaScript Document
function footer(page)
{
	var str="";
	
			str+="<a href='sitemap.php' style='border-right:1px solid #fff; padding-right:4px;'>Sitemap</a>";
			str+="<a href='contact_us.php'>Contact Us</a>";
        	str+="<p>Copyright &copy; 2011 General Presidents' Maintenance Committee for Canada.</p>";
			document.write(str);
}
