﻿lastScrollY=0;
var suspendcode12="";
var suspendcode14="";
var flag=true;

function heartBeat(){ 
if(flag==false)
{
return;
}
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
diffY = document.documentElement.scrollTop;
else if (document.body)
diffY = document.body.scrollTop
else
{/*Netscape stuff*/}
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; 

}
suspendcode12="<DIV id=\"lovexin12\" style='left:2px;POSITION:absolute;TOP:120px;'><img src=\"http://www.ccm168.com/newimages/close2.gif\" onClick=\"closeBanner();\"><br><a href='http://www.ccm168.com/shentan/' target='_blank'><img src=\"http://www.ccm168.com/newimages/left1.jpg\" width=\"97\" height=\"64\"></a><br><a href='http://www.szrenown.com.cn/' target='_blank'><img src=\"http://www.ccm168.com/newimages/2010032402.gif\" width=\"100\" height=\"300\"></a><br><a href='http://shliuh.cn.alibaba.com' target='_blank'><img src=\"http://www.ccm168.com/newimages/2010032404.jpg\" width=\"100\" height=\"60\"></a></div>"
suspendcode14="<DIV id=\"lovexin14\" style='right:2px;POSITION:absolute;TOP:120px;'><img src=\"http://www.ccm168.com/newimages/close.gif\" onClick=\"closeBanner();\"><br><a href='http://www.ccm168.com/jincaishen' target='_blank'><img src=\"http://www.ccm168.com/newimages/left2.jpg\" width=\"97\" height=\"64\"></a><br><a href='http://www.sdzhoucheng.com' target='_blank'><img src=\"http://www.ccm168.com/newimages/2010032403.jpg\" width=\"100\" height=\"300\"></a><br><a href='http://www.shgcjx.com.cn' target='_blank'><img src=\"http://www.ccm168.com/newimages/2010032405.jpg\" width=\"100\" height=\"60\"></a></div>"
document.write(suspendcode12); 
document.write(suspendcode14); 
    function closeBanner()
    {
    flag=false;
    document.getElementById("lovexin12").style.display='none';
    document.getElementById("lovexin14").style.display='none';
    }

window.setInterval("heartBeat()",1);