<!--在线QQ-->


//===========
function showqq(qqStr){
//var qq_str=qqStr;
var qq_arr=qqStr.split(',');


document.writeln("<div id=\"divqq\" style=\"width:100px;position:absolute; top:160px;right:15px;z-index:2;\">");
document.writeln("<div style=\"background:url(online_qq\/qq_01.jpg) no-repeat; width:100px; height:33px; \" ><\/div>");

document.writeln("<div style=\" background:url(online_qq\/qq_03.jpg) repeat-y; width:100px;\">");

for(var i=0;i<qq_arr.length;i++){
	document.writeln("<div style=\"margin:8px 0px 0px 10px;\"><a target=\"_parent\" href=\"tencent:\/\/message\/?uin="+qq_arr[i]+"&Site=www.baidu.com\/jsjs&Menu=yes\"><img src=\"http:\/\/wpa.qq.com\/pa?p=1:"+qq_arr[i]+":1\" alt=\"QQ:"+qq_arr[i]+"\"  border=\"0\" \/><\/a><\/div>");
	//document.writeln(qq_arr[i].toString());
	//document.writeln("<div style=\"margin:8px 0px 0px 10px;\"><a target=\"_parent\" href=\"tencent:\/\/message\/?uin=58461813&Site=www.baidu.com\/jsjs&Menu=yes\"><img src=\"http:\/\/wpa.qq.com\/pa?p=1:58461813:1\" alt=\"有事跟我留言！\"  border=\"0\" \/><\/a><\/div>");

	
}
document.writeln("<\/div>");
document.writeln("<div style=\"background:url(online_qq\/qq_05.jpg) no-repeat; width:100px; height:29px; \" ><\/div>");

}

function go_qq(){
	document.getElementById("divqq").style.top=document.documentElement.scrollTop+160;
}
function on_qq(qqStr){
	showqq(qqStr);
	window.onscroll=go_qq; 
	window.onresize=go_qq; 
	//window.onload=go_qq; 
}

<!--在线QQ完-->
