var lastScrollY = 0;
function heartBeat(){
	var diffY = document.documentElement.scrollTop;
	var percent = .1*(diffY-lastScrollY);
	if(percent > 0)percent = Math.ceil(percent);
	else percent = Math.floor(percent);
	document.all.lovexin45.style.pixelTop+=percent;
	lastScrollY = lastScrollY + percent;
}
function CloseQQ(){
	jQuery("#lovexin45").hide();
}
var html = '';
html += '<DIV id="lovexin45" style="right:0px;pOSITION:absolute;TOP:100px;z-index:999">';
html += '<div align="center">';
html += '<table cellSpacing="0" cellPadding="0" width="109" border="0">';
html += '<tbody>';
html += '<tr><td colspan="3"><a onclick="CloseQQ()" href="javascript:;"><IMG height="34" src="/public/images/qq/qq_top.gif" width="109" border="0"></A></TD></TR>';
html += '<TR><TD width="6" background="/public/images/qq/qq_life.gif"></TD>';
html += '<TD vAlign="top" width="96"><TABLE cellSpacing="0" cellPadding="0" width="90" align="center" border="0">';
html += '<TBODY><TR><TD height="30"><TABLE cellSpacing="0" cellPadding="0" width="90" border="0">';
html += '<TBODY><TR><TD><IMG height="13" src="/public/images/qq/qq_ico1.gif" width="16">客户服务</TD></TR></TBODY></TABLE></TD></TR>';
html += '<TR><TD><TABLE id="table47" cellPadding="2" width="100%" border="0"><TBODY>';

html += '<TR><TD vAlign="middle" width="15" height="23"><IMG height="16" src="/public/images/qq/qq_n01.gif" width="16" border="0"></TD>';
html += '<TD vAlign="bottom"><a target="blank" href="tencent://message/?uin=93829436&Site=液晶拼接事业部(彭博)&Menu=yes"><img border="0" SRC="/public/images/qq.gif" align="absmiddle" alt="液晶拼接">液晶拼接</a></TD>';

html += '</TR></TBODY></TABLE></TD></TR>';
html += '<TR><TD></TD></TR><TR><TD><TABLE id="table47" cellPadding="2" width="100%" border="0"><TBODY>';

html += '<TR><TD vAlign="middle" width="15" height="23"><IMG height="16" src="/public/images/qq/qq_n01.gif" width="16" border="0"></TD>';
html += '<TD vAlign="bottom"><a target="blank" href="tencent://message/?uin=435839101&Site=智能交通事业部(王涛)&Menu=yes"><img border="0" SRC="/public/images/qq.gif" align="absmiddle" alt="智能交通">智能交通</a></TD></TR>';

html += '<TR><TD vAlign="middle" height="23"><IMG height="16" src="/public/images/qq/qq_n01.gif" width="16" border="0"></TD>';
html += '<TD vAlign="bottom"><a target="blank" href="tencent://message/?uin=180657697&Site=弱电总包事业部(王政)&Menu=yes"><img border="0" SRC="/public/images/qq.gif" align="absmiddle" alt="弱电总包">弱电总包</a></TD>';

//html += '</TR><TR><TD vAlign="middle" height="23"><IMG height="16" src="/public/images/qq/qq_n01.gif" width="16" border="0"></TD>';
//html += '<TD vAlign="bottom"><a target="blank" href="tencent://message/?uin=804546046&Site=金融事业部(张玉阳)&Menu=yes"><img border="0" SRC="/public/images/qq.gif" align="absmiddle" alt="金融银行">金融银行</a></TD>';

html += '</TR><TR><TD vAlign="middle" height="23"><IMG height="16" src="/public/images/qq/qq_n01.gif" width="16" border="0"></TD>';
html += '<TD vAlign="bottom"><a target="blank" href="tencent://message/?uin=228605618&Site=智能集成事业部(吴永强)&Menu=yes"><img border="0" SRC="/public/images/qq.gif" align="absmiddle" alt="光电事业部">智能集成</a></TD>';

//html += '</TR><TR><TD vAlign="middle" height="23"><IMG height="16" src="/public/images/qq/qq_n01.gif" width="16" border="0"></TD>';
//html += '<TD vAlign="bottom"><a target="blank" href="tencent://message/?uin=6657939&Site=煤矿事业部(王凯)&Menu=yes"><img border="0" SRC="/public/images/qq.gif" align="absmiddle" alt="煤矿行业">煤矿行业</a></TD>';

//html += '</TR><TR><TD vAlign="middle" height="23"><IMG height="16" src="/public/images/qq/qq_n01.gif" width="16" border="0"></TD>';
//html += '<TD vAlign="bottom"><a target="blank" href="tencent://message/?uin=1285789402&Site=华中区&Menu=yes"><img border="0" SRC="/public/images/qq.gif" align="absmiddle" alt="华中区">华中区</a></TD>';

html += '</TR><TR><TD vAlign="middle" height="23"><IMG height="16" src="/public/images/qq/qq_n01.gif" width="16" border="0"></TD>';
html += '<TD vAlign="bottom"><a target="blank" href="tencent://message/?uin=3291116&Site=监室门事业部(杨英良)&Menu=yes"><img border="0" SRC="/public/images/qq.gif" align="absmiddle" alt="监室门">监 室 门</a></TD>';

html += '</TR></TBODY></TABLE></TD></TR><TR><TD></TD></TR></TBODY></TABLE></TD>';
html += '<TD width=7 align="left" background="/public/images/qq/qq_right.gif"></TD></TR>';
html += '<TR><TD colSpan=3><IMG height=30 src="/public/images/qq/qq_bottom1.gif" width=109></TD></TR>';
html += '<TR><TD colSpan=3><IMG height=33 src="/public/images/qq/qq_logo.gif" width=109></TD></TR></TBODY></TABLE>';
html += '</table>';
html += '</div></div>';

document.write(html);
window.setInterval("heartBeat()",1);
