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*/}
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("lovexin14").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
} 
var LswfUrl="http://www.vobao.com/show/images/201161.swf"
var LimgUrl="http://www.vobao.com/show/2011qddj/ph.jpg"
var RswfUrl="http://www.vobao.com/show/09/images/server.jpg"  
	
//suspendcode12="<DIV id=\"lovexin12\" style='left:10px;POSITION:absolute;TOP:60px;width:100px;height:230px;'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='100' height='230'> <param name='wmode' value='transparent' /><param name=movie value='"+LswfUrl+"'><param name=quality value=high><embed src='"+LswfUrl+"' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='100' height='230'> </embed></object> <img src='/images/close.gif' onClick='javascript:window.hide()' width='80' height='16' border='0' vspace='3' alt='关闭'> </div>";
suspendcode14="<DIV id=\"lovexin14\" style='right:10px;POSITION:absolute;TOP:60px;width:100px;height:230px;'><a href='http://www.vobao.com/show/09/'  title='服务产品' target='_blank'><img src='"+RswfUrl+"' border='0'></a><img src='/images/close.gif' onClick='javascript:window.hide()' width='80' height='16' border='0' vspace='3' alt='关闭'> </div>";
suspendcode12="<DIV id=\"lovexin12\" style='left:10px;POSITION:absolute;TOP:60px;width:100px;height:230px;'><a href='http://www.vobao.com/show/2011qddj/'  title='给力澎湖游，浪漫Hold不住' target='_blank'><img src='"+LimgUrl+"' border='0'></a> <img src='/images/close.gif' onClick='javascript:window.hide()' width='80' height='16' border='0' vspace='3' alt='关闭'></div>";
document.write(suspendcode12); 
document.write(suspendcode14);
function hide()  
{   
lovexin12.style.visibility="hidden"; 
lovexin14.style.visibility="hidden";
}

window.setInterval("heartBeat()",1);
