// JavaScript Document
lastScrollY=0;
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
    diffY = document.documentElement.scrollTop;
else if (document.body)
    diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}
    
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("dl_l").style.top=parseInt(document.getElementById("dl_l").style.top)+percent+"px";
document.getElementById("dl_r").style.top=parseInt(document.getElementById("dl_r").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
//×ó±ßflash»òÕßÍ¼Æ¬
dl_ll="<DIV id=\"dl_l\" style='left:5px;POSITION:absolute;TOP:104px;'><a href='http://www.eye0731.com/cs/shownews.aspx?id=25810' target='_blank'><img border=0 src=http://www.eye0731.com/cs/ad/dl_111222.jpg></a><br /><a href=JavaScript:; onclick=\"dl_l.style.visibility='hidden'\"><img border=0 src=http://www.aierchina.com/images/close.gif></a></div>"
/*dl_ll="<DIV id=\"dl_l\" style='left:5px;POSITION:absolute;TOP:184px;'><EMBED src='flash/www_dl_080227.swf' quality=high wmode=opaque WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash'></EMBED><br><br><a href='en/' target='_blank'><img border=0 src=ad/en.gif></a><br><a href=JavaScript:; onclick=\"dl_l.style.visibility='hidden'\"><img border=0 src=http://www.aierchina.com/images/close.gif></a></div>"*/

//ÓÒ±ßflash»òÕßÍ¼Æ¬
dl_rr="<DIV id=\"dl_r\" style='right:5px;POSITION:absolute;TOP:104px;'><a href='http://www.eye0731.com/cs/shownews.aspx?id=25810' target='_blank'><img border=0 src=http://www.eye0731.com/cs/ad/dl_111222.jpg></a><br><a href=JavaScript:; onclick=\"dl_r.style.display = 'none'\"><img border=0 src=http://www.aierchina.com/images/close.gif></a></div>"
/*dl_rr="<DIV id=\"dl_r\" style='right:5px;POSITION:absolute;TOP:105px;'><EMBED src='ad/0731_dl_20100211.swf' quality=high wmode=opaque WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash'></EMBED><br><a href=JavaScript:; onclick=\"dl_r.style.display = 'none'\"><img border=0 src=http://www.aierchina.com/images/close.gif></a></div>"*/

document.write(dl_ll); 
document.write(dl_rr); 
window.setInterval("heartBeat()",1);
