suspendcode="<div id='onlinehelp' style='position: absolute;z-index:1'><IMG id='imgwpWEB' onClick=\"javascript:window.open('http://bizapp.qq.com/webc.htm?new=0&sid=706255315&o=bizapp.qq.com&q=1', '_blank', 'height=502, width=644,toolbar=no,scrollbars=no,menubar=no,status=no');\" alt=\"匿名给我发消息\" align=\"absBottom\" src=\"http://www.shuazuan.com/images/bangzhu.gif\"></div>";
document.write(suspendcode);
function scrollImg(){
var posX,posY;
	if (window.innerHeight) {
		posX = window.pageXOffset;
		posY = window.pageYOffset;
	}
	else if (document.documentElement && document.documentElement.scrollTop) {
		posX = document.documentElement.scrollLeft;
		posY = document.documentElement.scrollTop;
	}
	else if (document.body) {
		posX = document.body.scrollLeft;
		posY = document.body.scrollTop;
	}
	var ad=document.getElementById("onlinehelp");
	ad.style.top=(posY+200)+"px";
	ad.style.right=(posX+1)+"px";
	setTimeout("scrollImg()",100);
}
scrollImg();