function imgSwap () {
	document.getElementById("searchBtn").src = "/we-mean-business/images/search-button.gif";
	document.getElementById("footer-table").getElementsByTagName("img")[1].src="/we-mean-business/images/footer-logos.jpg";
}
function watchlink(site){
	window.location.href = site;
}
