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("lovexin12").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px";
document.getElementById("lovexin14").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}

//左侧浮动

document.writeln("<DIV id=\"lovexin12\" style=\"left:0px;POSITION:absolute;TOP:200px;\">");
document.writeln("  <\/div>")

//防止找不到定义的lovexin12，要顶一下列内容
/*
document.writeln("<DIV id=\"lovexin12\" style=\"left:0px;POSITION:absolute;TOP:39px;\">");
document.writeln("  <\/div>");
*/
//右侧浮动

document.writeln("<DIV id=\"lovexin14\" style=\"right:0px;POSITION:absolute;TOP:180px;\"><img src=http:\/\/www.cqhuamei.com.cn\/yzppic\/float.gif border=0 usemap=\"#Map\">");
document.writeln("<map name=\"Map\">");
document.writeln("  <area shape=\"circle\" coords=\"38,160,31\" href=\"http:\/\/cqhuamei.zoossoft.com\/LR\/Chatpre.aspx?id=LEB75469968&e=%e5%8f%b3%e4%be%a7%e6%b5%ae%e5%8a%a8%e5%92%a8%e8%af%a2%e5%9b%be%e6%a0%87\" target=\"_blank\">");
//document.writeln("  <area shape=\"circle\" coords=\"38,160,31\" href=\"http:\/\/cqhuamei.zoossoft.com\/LR\/Chatpre.aspx?id=LEB75469968&e=%e7%82%b9%e5%87%bb%e9%a1%b9%e7%9b%ae%e9%a1%b5%e9%9d%a2%e2%80%9c%e7%ab%8b%e5%8d%b3%e9%a2%84%e7%ba%a6%e2%80%9d%e4%b8%93%e5%ae%b6%e6%8c%89%e9%92%ae%e7%9a%84%e9%a1%be%e5%ae%a2\" target=\"_blank\">");
document.writeln("<area shape=\"rect\" coords=\"9,232,67,252\" href=\"tencent:\/\/message\/?uin=809385322&amp;Service=0&amp;sigT=c91aed75f6ce89f7fc95efcb07ae5b66d396e37bb891ba96bf7a544943a82b887bf5289cfc75d7b8406d9df66fafa1ca1074ace33e1a626a\">");
document.writeln("<area shape=\"rect\" coords=\"8,257,66,276\" href=\"tencent:\/\/message\/?uin=1031706938&amp;Service=0&amp;sigT=c91aed75f6ce89f7fc95efcb07ae5b66d396e37bb891ba96bf7a544943a82b887bf5289cfc75d7b8406d9df66fafa1ca1074ace33e1a626a\">");
document.writeln("<area shape=\"rect\" coords=\"8,280,69,300\" href=\"tencent:\/\/message\/?uin=760650566&amp;Service=0&amp;sigT=c91aed75f6ce89f7fc95efcb07ae5b66d396e37bb891ba96bf7a544943a82b887bf5289cfc75d7b8406d9df66fafa1ca1074ace33e1a626a\">");
document.writeln("<area shape=\"rect\" coords=\"9,305,68,323\" href=\"tencent:\/\/message\/?uin=1059608136&amp;Service=0&amp;sigT=c91aed75f6ce89f7fc95efcb07ae5b66d396e37bb891ba96bf7a544943a82b887bf5289cfc75d7b8406d9df66fafa1ca1074ace33e1a626a\">");
document.writeln("<\/map>");
document.writeln("<\/div>");
window.setInterval("heartBeat()",1);
