function initEcAd() { 
	var myAD_1 = document.getElementById('AdLayer2');
		myAD_1.style.visibility = 'visible'
	//var myAD_2 = document.getElementById('AdLayer1');
		//myAD_2.style.visibility = 'visible';
		myAD_1.style.top=document.body.scrollTop||document.documentElement.scrollTop+87+"px";
	setTimeout(initEcAd,50);
		
} 
//<div id='AdLayer1' style='position: absolute;visibility:hidden;z-index:1;left:3px;top:87px;'><EMBED src='http://www.nsfocus.com/event/images/09_12_11.swf' quality=high WIDTH=107 HEIGHT=236 TYPE='application/x-shockwave-flash' id=EccoolAd></EMBED></div>

document.write("<div id='AdLayer2' style='position: absolute;visibility:hidden;z-index:1;right:3px;top:87px;'><EMBED src='http://www.nsfocus.com/event/images/09_10_18.swf' quality=high WIDTH=107 HEIGHT=236 TYPE='application/x-shockwave-flash' id=EccoolAd></EMBED></div>"); 
initEcAd();