// JavaScript Document
suspendcode="<DIV id=lovexin style='Z-INDEX: 2; POSITION: absolute; TOP: 140px; width:10px; right:0px;'><a href='#fabiao'><img src='/images/posttalk.jpg' border='0'></a></DIV>" 
document.write(suspendcode); 


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('lovexin').style.top.replace("px","")+150)*0.1);
     document.getElementById('lovexin').style.top = mymovey+"px";
    }
    window.setInterval("heartBeat()",1);

