	function showad() {
	window.setTimeout('showad2()',10000);
	}

	function showad2() {
	document.getElementById("ad").style.visibility = "visible"
	}

