﻿//Left

lastScrollYLL=0; 

function heartBeatLL(){ 
	diffYLL=document.body.scrollTop; 
	percentLL=.9*(diffYLL-lastScrollYLL); 
	if(percentLL>0)percentLL=Math.ceil(percentLL); 
	else percentLL=Math.floor(percentLL); 
	document.all.lovexin31.style.pixelTop+=percentLL;
 
	lastScrollYLL=lastScrollYLL+percentLL; 
} 

suspendcode31="<div id=lovexin31 style='left:20px;POSITION:absolute;TOP:136px;'><a href='Order_CityList.htm'><img src='images/adleft.gif' width='88' height='280' border=0></a><br><img src=images/spacer.gif height=2 width=88 border=0><br /><div style='width:88;text-align:right;'><img onmouseup=\"lovexin31.className='sdad_C';lovexin34.className='sdad_C'\" style='cursor:hand;' src=images/sd_adclose.gif width=11 height=17 border=0 alt='关闭'></div></div>"
document.write(suspendcode31); 

window.setInterval("heartBeatLL()",1);


//Right

lastScrollY=0; 

function heartBeat(){ 
	diffY=document.body.scrollTop; 
	percent=.9*(diffY-lastScrollY); 
	if(percent>0)percent=Math.ceil(percent); 
	else percent=Math.floor(percent); 
	document.all.lovexin34.style.pixelTop+=percent;
 
	lastScrollY=lastScrollY+percent; 
} 

if (online[0]==0)
document.write("<div id=lovexin34 style='right:20px;POSITION:absolute;TOP:136px'><a href='Order.htm'><img border='0' src='images/adright_01_01.gif' width='88' height='47'><br><img src='images/adright_02.gif' width='88' height='233' border=0 alt='我要购买'></a><br><img src=images/spacer.gif height=2 width=88 border=0><br /><div style='width:88;text-align:left;'><img onmouseup=\"lovexin34.className='sdad_C';lovexin31.className='sdad_C'\" style='cursor:hand;' src=images/sd_adclose.gif width=11 height=17 border=0 alt='关闭'></div></div>");
else
document.write("<div id=lovexin34 style='right:20px;POSITION:absolute;TOP:136px'><a target='_blank' href='http://wpa.qq.com/msgrd?V=1&Uin=89691321&Site=在线咨询&Menu=no'><img border='0' src='images/adright_01_02.gif' width='88' height='47' alt='QQ正在线,\n点击交流'></a><br><a href='Order.htm'><img src='images/adright_02.gif' width='88' height='233' border=0 alt='我要购买'></a><br><img src=images/spacer.gif height=2 width=88 border=0><br /><div style='width:88;text-align:left;'><img onmouseup=\"lovexin34.className='sdad_C';lovexin31.className='sdad_C'\" style='cursor:hand;' src=images/sd_adclose.gif width=11 height=17 border=0 alt='关闭'></div></div>");
window.setInterval("heartBeat()",1); 

