document.writeln("<div class=\"zcxf\" id=\"backi\"><a href=\"http:\/\/wt.zoosnet.net\/LR\/Chatpre.aspx?id=LRW42471885\" target=\"_blank\" class=\"yy\"><\/a><a href=\"http:\/\/wt.zoosnet.net\/LR\/Chatpre.aspx?id=LRW42471885\" target=\"_blank\" class=\"zx\"><\/a><\/div>")

// JavaScript Document
var w3c = (document.getElementById) ? true : false; 

var agt = navigator.userAgent.toLowerCase(); 

var ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1) && (agt.indexOf("omniweb") == -1)); 

var mymovey = new Number(); 

function IeTrueBody(){ 

return (document.compatMode && document.compatMode!="BackCompat") ? document.documentElement : document.body;

} 

function GetScrollTop(){ 

return ie ? IeTrueBody().scrollTop : window.pageYOffset; 

} 

function heartBeat(){ 

diffY=GetScrollTop(); 

mymovey += Math.floor((diffY-document.getElementById('backi').style.top.replace("px","")+20)*0.1); 

document.getElementById('backi').style.top = mymovey+"px"; } 

window.setInterval("heartBeat()",1); 

