var lastScrollY=0;
var leftimg="/images/Ad/MoveLogo/right.jpg";
var lefturl="/template/tvplay.aspx";
function heartBeat_jj(){ 
	
		var diffY;
		if (document.documentElement && document.documentElement.scrollTop)
			diffY = document.documentElement.scrollTop;
		else if (document.body)
			diffY = document.body.scrollTop
		else
			{/*Netscape stuff*/}
			
		//alert(diffY);
		percent=.1*(diffY-lastScrollY); 
		if(percent>0)percent=Math.ceil(percent); 
		else percent=Math.floor(percent); 
		
		document.getElementById("boaiadleft_jj").style.top=parseInt(document.getElementById("boaiadleft_jj").style.top)+percent+"px";		
		document.getElementById("boaiadright_jj").style.top=parseInt(document.getElementById("boaiadright_jj").style.top)+percent+"px";
		lastScrollY=lastScrollY+percent; 
	
//alert(lastScrollY);
}

suspendcodeleft="<DIV id=\"boaiadleft_jj\" style='display:none;left:2px;POSITION:absolute;TOP:400px;width:100px;height:100px;text-align:right;z-index:100;'><a  href='"+lefturl+"' target='_blank'><img id='leftimg' src='"+leftimg+"' border='0'/></a><div style=' width=50;float:right;text-align:right; cursor:pointer;font-weight:bold;color:red' onclick='javascript:closeleftAd_jj();'>X关闭</div></div>" 
suspendcoderight="<div id='boaiadright_jj'  style='background:url(/images/mrk2008/index/float.gif) left top no-repeat; width:124px; height:261px;right:2px;POSITION:absolute;TOP:160px;width:124px;height:261px;z-index:100;'><div style='margin:3px;'><img src='/images/mrk2008/index/Transparent.gif' alt='QQ在线咨询' width='114' height='20' /></div><ul style='margin:0px 0px 5px 0px;'><li style='font-family:Times New Roman, Times, serif; line-height:17px;'><a href='http://wpa.qq.com/msgrd?V=1&amp;Uin=448565853&amp;Site=www.sg91.net&amp;Menu=yes'>美 容 科 448565853</a></li><li style='font-family:Times New Roman, Times, serif; line-height:17px;'><a href='http://wpa.qq.com/msgrd?V=1&amp;Uin=363321772&amp;Site=www.sg91.net&amp;Menu=yes'>除皱去疤 363321772</a></li><li style='font-family:Times New Roman, Times, serif; line-height:17px;'><a href='http://wpa.qq.com/msgrd?V=1&amp;Uin=627770890&amp;Site=www.sg91.net&amp;Menu=yes'>隆胸吸脂 627770890</a></li><li style='font-family:Times New Roman, Times, serif; line-height:17px;'><a href='http://wpa.qq.com/msgrd?V=1&amp;Uin=496794644&amp;Site=www.sg91.net&amp;Menu=yes'>祛斑祛痘 496794644</a></li><li style='font-family:Times New Roman, Times, serif; line-height:17px;'><a href='http://wpa.qq.com/msgrd?V=1&amp;Uin=664310855&amp;Site=www.sg91.net&amp;Menu=yes'>眼鼻整形 664310855</A></li></ul><div style='margin:3px;'><a href='http://boai.zoossoft.com/LR/chat.aspx?from=LCE43787019' target='_blank'><img src='/images/mrk2008/index/Transparent.gif' alt='与医生即时沟通' width='114' height='92' /></a></div><div style='margin:3px;'><a href='http://bbs.sg91.net/forum/'><img src='/images/mrk2008/index/Transparent.gif' alt='进入论坛' width='114' height='20' /></a></div><div style='margin:3px;'><a href='/Baoming/shuguang/all.aspx'><img src='/images/mrk2008/index/Transparent.gif' alt='网上预约' width='114' height='20' /></a></div><div style=' width=50;float:right;text-align:right; cursor:pointer;font-weight:bold;color:red' onclick='javascript:closerightAd_jj();'>X关闭</div></div>" ;
document.write(suspendcodeleft);
document.write(suspendcoderight); 
window.setInterval("heartBeat_jj()",30);

function closeleftAd_jj(){
	document.getElementById("boaiadleft_jj").style.display	= 'none';
}
function closerightAd_jj(){
	document.getElementById("boaiadright_jj").style.display	= 'none';
	}







