function noTopAd(div) { 
	div.style.display = "none";
	easyAd = document.getElementById("topEasyAd");
	easyAd.src = "/backupbanner.htm";
	easyAd.style.display = "inline";
}
