<!--
function showAd (state) {
	node= document.getElementById ("adPopup")
	node.style.display = state;
	if (state =="none") {
	node2 = document.getElementById ("adLink")
	node2.style.visibility = "visible"
	}
}
function showAdFirstTime () {
	delayShow=setTimeout("showAd ('block')",10)
//wa 750 delay
}
//-->
