	
		
		lastScrollYrt=0;
		function heartBeatrt(){ 
			diffYrt=document.body.scrollTop; 
			percentrt=.1*(diffYrt-lastScrollYrt); 
			if(percentrt>0)percentrt=Math.ceil(percentrt); 
			else percentrt=Math.floor(percentrt); 
			document.getElementById("adright").style.top=parseInt(document.getElementById("adright").style.top)+percentrt+"px";

			lastScrollYrt=lastScrollYrt+percentrt; 
		}	
		
		function close_float_left(){
			document.getElementById("adleft").style.visibility='hidden';
		}	
		function close_float_right(){
			document.getElementById("adright").style.visibility='hidden';
		}	

				suspendcode14="<DIV id=\"adright\" style='width:"+floater_width+"px;height:"+floater_height+"px;background-color:#e5e5e5;border:1px;solid:#ddd;right:2px;POSITION:absolute;TOP:120px;'><img src='images/closeflash.gif' onClick='javascript:close_float_right();void(0);' width='"+floater_width+"' height='14' border='0' vspace='3' alt='关闭对联广告'><A href ='"+http_urlr+"' target=_blank><IMG src='"+img_urlr+"' width="+floater_width+" height="+floater_height+"></A></div>"
		document.write(suspendcode14); 
															

		window.setInterval("heartBeatrt()",1);