// JavaScript Document
suspendcodes="<DIV id=lovexin2 style='Z-INDEX: 11; LEFT: 6px; POSITION: absolute; TOP: 80px; width: 80; height: 197px;'><img src='images/close.gif' onClick='javascript:window.hide2()' width='80' height='14' border='0' vspace='3' alt='¹Ø±Õ¹ã¸æ'><a href='http://www.mbaschool.com.cn/News/zhuantiye/ztindex.html' target='_blank'><img src='images/guanggao2.jpg' width='80' height='197' border='0'></a></DIV>"
document.write(suspendcodes);

lastxScrollY=0;
function heartBeat2(){
diffY=document.body.scrollTop;
percent=.3*(diffY-lastxScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.lovexin2.style.pixelTop+=percent;
//document.all.lovexin2.style.pixelTop+=percent;
lastxScrollY=lastxScrollY+percent;
}
function hide2()  
{   
//lovexin1.style.visibility="hidden"; 
lovexin2.style.visibility="hidden";
}
window.setInterval("heartBeat2()",1);