
var suspendcode="<DIV id=lovexin1 style='Z-INDEX: 10; LEFT: 6px; POSITION: absolute; TOP: 105px; width: 100; height: 300px;'><img src='/images/close.gif' onClick='javascript:window.hide()' width='100' height='14' border='0' vspace='3' alt='关闭'><br><table width=100 height=235 border=0 align=center cellpadding=0 cellspacing=0><tr><td height=235 valign=top background=/image/ppjd2.jpg><table width=92% border=0 align=center cellpadding=0 cellspacing=0><tr><td height=72>&nbsp;</td><td>&nbsp;</td></tr><tr><td bgcolor=#FFB308>&middot;<a href=http://www.zouuu.com/pinpai/html/qd.html target=_blank class=a>七斗星</a></td><td bgcolor=#FFB308><a href=http://www.zouuu.com/pinpai/html/yy.html target=_blank class=a>&middot;雅悦</a></td></tr><tr><td colspan=2 bgcolor=#FAC158><a href=http://www.zouuu.com/pinpai/html/rj.html target=_blank class=a>&middot;</a><a href=http://www.zouuu.com/pinpai/html/gl.html target=_blank class=a>格林豪泰</a></td></tr><tr><td colspan=2>&middot;<a href=http://www.zouuu.com/pinpai/html/rj.html target=_blank class=a>如家</a></td></tr><tr><td colspan=2 bgcolor=#FAC158>&middot;<a href=http://www.zouuu.com/pinpai/html/s8.html target=_blank class=a>速8</a></td></tr><tr><td colspan=2><a href=http://www.zouuu.com/pinpai/html/jj.html target=_blank class=a>&middot;锦江之星</a></td></tr><tr><td colspan=2 bgcolor=#FAC158><a href=http://www.zouuu.com/pinpai/html/rj.html target=_blank class=a>&middot;</a><a href=http://www.zouuu.com/pinpai/html/ytls.html target=_blank class=a>怡庭</a></td></tr><tr><td colspan=2 bgcolor=#FFB308><UL><a href=http://www.zouuu.com/pinpai/html/rj.html target=_blank class=a>&middot;</a><a href=http://www.zouuu.com/pinpai/html/jiuy.html target=_blank class=a>久悦</a></UL></td></tr><tr><td colspan=2 bgcolor=#FAC158><a href=http://www.zouuu.com/pinpai/html/kxl.html target=_blank class=a>&middot;凯旋龙</a></td></tr></table></td></tr></table></DIV>"
document.write(suspendcode);


lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=.3*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.lovexin1.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
function hide()  
{   
lovexin1.style.visibility="hidden"; 
}
window.setInterval("heartBeat()",1);
