\n');}var time = 500;var h = 30;function addCount(){document.getElementById("topBox").style.display = "none";document.getElementById("fixheight").style.display = "none";if(time>0){time--;h = h+10;}else{ return; }if(h>120){ h=30;return;}document.getElementById("ads").style.display = "";document.getElementById("ads").style.height = h+"px";setTimeout("addCount()",20);}window.onload = function showAds(){setTimeout("noneAds()",5000);}