if(screen.availWidth>=1024)
{
	lastScrollY=0;
	function heartBeat(){ 
	diffY=document.body.scrollTop; 
	percent=.1*(diffY-lastScrollY); 
	if(percent>0)percent=Math.ceil(percent); 
	else percent=Math.floor(percent); 
	document.all.lovexin45.style.pixelTop+=percent;
	document.all.lovexin46.style.pixelTop+=percent;
	lastScrollY=lastScrollY+percent; 
	} 
	suspendcode45="<DIV id='lovexin45' style='right:"+((screen.availWidth-1024)/2+10)+"px;POSITION:absolute;TOP:90px;'><EMBED src='media/1_1.swf' quality='high' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer' TYPE='application/x-shockwave-flash' WIDTH='100' HEIGHT='300' wmode='opaque'></EMBED></div>"
	document.write(suspendcode45); 
	suspendcode46="<DIV id='lovexin46' style='left:"+((screen.availWidth-1024)/2+10)+"px;POSITION:absolute;TOP:90px;'><EMBED src='media/1_2.swf' quality='high' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer' TYPE='application/x-shockwave-flash' WIDTH='100' HEIGHT='300' wmode='opaque'></EMBED></div>"
	document.write(suspendcode46); 
	window.setInterval("heartBeat()",1); 
}
