var online=new Array();
var $Q=QQ.split(":");
var a="<";
if(!document.layers) document.write('<div id=divStayTopLeft style=position:absolute>');
document.write(a+'script language="javascript" src="http://webpresence.qq.com/getonline?Type=1&'+QQ+':">'+a+'/script>');
document.write('<table cellSpacing=0 cellPadding=0 width=110 border=0 id=qqtab>');
document.write('<tr>');
document.write('<td width=110><img src="/images/qq_top1.gif" border=0></td>');document.write('</tr>');
document.write('<tr id=qqstab>');
document.write('<td valign=middle align=center background="/images/qq_middle1.gif">');
document.write('<table border=0 width=90 cellSpacing=0 cellPadding=0>');
document.write('<tr>');
document.write('<td width=90 height=5 border=0 colspan=2></td>');
document.write('</tr>');
for(var i=0;i<$Q.length;i++){
	document.write('<tr>');
	if(online[0]==0){
		document.write('<td width=25 height=29 valign=middle align=center>');
		document.write('<img src="/images/qq_1_f.gif" border=0 hspace=3>');
		document.write('</td>');
		document.write('<td width=65 height=29 valign=middle align=left>');
		document.write('<a href="tencent://message/?uin='+$Q[i]+'&amp;Menu=yes" target=blank><font style="font-size:12px;TEXT-DECORATION:none;color:#000000;">'+$Q[i]+'</font></a><br>');
		document.write('</td>');
		}else{
			document.write('<td width=25 height=27 valign=middle align=center>');
			document.write('<img src="/images/qq_1_m.gif" border=0 hspace=3>');
			document.write('</td>');
			document.write('<td width=65 height=27 valign=middle align=left>');
			document.write('<a href="tencent://message/?uin='+$Q[i]+'&amp;Menu=yes" target=blank><font style="font-size:12px;TEXT-DECORATION:none;color:#000000;">'+$Q[i]+'</font></a><br>');
			document.write('</td>');
	 };
	 document.write('</tr>');
};
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width=110><img src="/images/qq_bottom1.gif" border=0></td>');document.write('</tr>');
document.write('</table>');

var $b="frombottom";
if(!document.layers)
  document.write('</div>');
	
function scrollqq(){
	var $c,$d;
	if(window.innerHeight){
		$c=window.pageXOffset;
		$d=window.pageYOffset;
	}else if(document.documentElement&&document.documentElement.scrollTop){
		$c=document.documentElement.scrollLeft;$d=document.documentElement.scrollTop;
	}else if(document.body){
		$c=document.body.scrollLeft;
		$d=document.body.scrollTop;
	}
	var $e=document.getElementById("divStayTopLeft");
	$e.style.top=($d+400-200)+"px";
	$e.style.left=($c+5)+"px";
	setTimeout("scrollqq()",500);
}

scrollqq();
