	function showad() {

	window.setTimeout('showad2()',6000);

	}



	function showad2() {

	document.getElementById("ad").style.visibility = "visible"

	}




