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