function noImages() {
	window.onload = function () {
		var temp = document.getElementsByTagName("span");
		var i = 0;
		while (i < temp.length) {
			if	(temp[i].className == "hidetext") {
				temp[i].style.position="static";
			}
			i++;
		}
	}
}
function esc() {
	var sitebg = document.getElementById('sitebg');
	sitebg.style.display = "none";
	window.open("http://www.google.com",'newwindow','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1'); 
	window.location="http://www.weather.com/";
}
