document.writeln("<div id=\"divStayTopLeft\" style=\"width: 140px;\">");
document.writeln("	<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 100%;\">");
document.writeln("		<tr style=\"height: 28px\">");
document.writeln("			<td colspan=\"3\" style=\"background-image: URL(/images/kf/kf_wnd_top.gif);\">");
document.writeln("			</td>");
document.writeln("		</tr>");
document.writeln("		<tr>");
document.writeln("			<td style=\"width: 7px; background-image: URL(/images/kf/kf_wnd_left.gif);\">");
document.writeln("			</td>");
document.writeln("			<td style=\"width: 126px; background-image: URL(/images/kf/kf_wnd_center.gif);\">");
document.writeln("			<div>");
document.writeln("				<div id=\"m_online_kf\">");
document.writeln("				</div>");
document.writeln("			</div>");
document.writeln("			<div>");
document.writeln("				<span style=\"color:#0099ff;\"><b>&nbsp;QQ 客服</b></span><br />");
document.writeln("				<table style=\"width: 100px; text-align: center;\">");
document.writeln("					<tr>");
document.writeln("						<td>");
document.writeln("						<img alt=\"点击这里给我发消息\" src=\"http://wpa.qq.com/pa?p=2:398027024:45\" style=\"border: 0px;\" title=\"点击这里给我发消息\" />");
document.writeln("						</td>");
document.writeln("						<td>");
document.writeln("						<a href=\"http://wpa.qq.com/msgrd?v=3&amp;uin=398027024&amp;site=qq&amp;menu=yes\" target=\"_blank\">");
document.writeln("						<b>398027024</b></a> </td>");
document.writeln("					</tr>");
document.writeln("					<tr>");
document.writeln("						<td>");
document.writeln("						<img alt=\"点击这里给我发消息\" src=\"http://wpa.qq.com/pa?p=2:429358821:45\" style=\"border: 0px;\" title=\"点击这里给我发消息\" />");
document.writeln("						</td>");
document.writeln("						<td>");
document.writeln("						<a href=\"http://wpa.qq.com/msgrd?v=3&amp;uin=429358821&amp;site=qq&amp;menu=yes\" target=\"_blank\">");
document.writeln("						<b>429358821</b></a> </td>");
document.writeln("					</tr>");
document.writeln("				</table>");
document.writeln("			</div>");
document.writeln("			<div style=\"text-align:center; padding-top:3px;\">");
document.writeln("				<div style=\"height:2px; background-color:#0099ff;\"></div>");
document.writeln("				<div style=\"padding-top:3px;\">");
document.writeln("				<span style=\"color:#0099ff;\"><b>在线时间</b></span><br />");
document.writeln("				<span style=\"color:gray;\">周一至五 9:00-17:30</span>");
document.writeln("				</div>");
document.writeln("			</div>");
document.writeln("			</td>");
document.writeln("			<td style=\"width: 7px; background-image: URL(/images/kf/kf_wnd_right.gif);\">");
document.writeln("			</td>");
document.writeln("		</tr>");
document.writeln("		<tr style=\"height: 11px\">");
document.writeln("			<td colspan=\"3\" style=\"background-image: URL(/images/kf/kf_wnd_bottom.gif);\">");
document.writeln("			</td>");
document.writeln("		</tr>");
document.writeln("	</table>");
document.writeln("</div>");

var verticalpos="fromtop";
	function JSFX_FloatTopDiv()
	{
		var startX = 5;
		var startY = 30;
		var ns = (navigator.appName.indexOf("Netscape") != -1);
		var d = document;
		function ml(id)
		{
			var el=d.getElementById(id);
			el.style.position="absolute";
			el.sP=function(x,y){
				this.style.right=x+"px";
				this.style.top=y+"px";
			};
			el.x = startX;
			if (verticalpos=="fromtop")
				el.y = startY;
			else{
				el.y = ns ? pageYOffset + innerHeight : document.documentElement.scrollTop + document.documentElement.clientHeight;
				el.y -= startY;
			}
			return el;
		}
		window.stayTopLeft=function()
		{
			if (verticalpos=="fromtop"){
			var pY = ns ? pageYOffset : document.documentElement.scrollTop;
			ftlObj.y += (pY + startY - ftlObj.y)/8;
			}
			else{
			var pY = ns ? pageYOffset + innerHeight : document.documentElement.scrollTop + document.documentElement.clientHeight;
			ftlObj.y += (pY - startY - ftlObj.y)/8;
			}
			ftlObj.sP(ftlObj.x, ftlObj.y);
			setTimeout("stayTopLeft()", 10);
		}
		ftlObj = ml("divStayTopLeft");
		stayTopLeft();
	}
	JSFX_FloatTopDiv();

document.writeln("<script charset=\"gb2312\" type=\"text/javascript\" src=\"http://kf.wealsoft.com:8000/php/kefu/chat.php?cid=1&amp;style=002&amp;iskeep=Y&amp;pos=R,5,30&amp;w3c=true&a=" + Math.random() + "\"></script>");

