document.writeln("<style type=\"text\/css\">");
document.writeln("	#floater td{");
document.writeln("		font-size:12px;");
document.writeln("		}");
document.writeln("	#floater a{");
document.writeln("		color:#000000;");
document.writeln("		text-decoration:none;");
document.writeln("		}");
document.writeln("	#floater a:visited{");
document.writeln("		color:#000000;");
document.writeln("		text-decoration:none;");
document.writeln("		}");
document.writeln("	#floater a:hover{");
document.writeln("		color:#FF0000;");
document.writeln("		text-decoration:underline;");
document.writeln("		}");
document.writeln(".qqc{");
document.writeln("		padding-left:13px;");
document.writeln("		padding-top:7px;");
document.writeln("		}")
document.writeln(".qqp{");
document.writeln("		padding-top:5px;");
document.writeln("		width:28px;");
document.writeln("		text-align:right;");
document.writeln("		}")
document.writeln("	");
document.writeln("<\/style>")
document.writeln("<DIV id=\'floater\' style=\'right:0px; TOP: 120px; POSITION: absolute; WIDTH: 135px; VISIBILITY: visible; Z-INDEX: 100;\'>");
document.write('<table border="0" cellpadding="0" cellspacing="0" width="135"><tr><td><a title="关闭窗口" href="javascript:close_float_right();void(0);"><img name="qq2_r1_c1" src="/qq_guifeng/qq2_r1_c1.gif" border="0" alt="关闭窗口"></a></td></tr><tr><td><img name="qq2_r2_c1" src="/qq_guifeng/qq2_r2_c1.gif" border="0" alt=""></td></tr><tr><td><img name="qq2_r3_c1" src="/qq_guifeng/qq2_r3_c1.gif" border="0" alt=""></td></tr>')

document.write("<tr><td height=23 background='/qq_guifeng/qq2_bg.gif' style='padding-bottom:5px;'>");
document.writeln("<table border=\"0\" width=\"135\" id=\"table1\" cellspacing=\"0\" cellpadding=\"0\">");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><img src=http:\/\/wpa.qq.com\/pa?p=1:287951111:4 border=0 ><\/td>");
document.writeln("		<td class='qqc'><a href='tencent://message/?uin=287951111&Site=客服一线&Menu=yes'>客服一线</a><\/td>");
document.writeln("	<\/tr>");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><img src=http:\/\/wpa.qq.com\/pa?p=1:287952222:4 border=0 ><\/td>");
document.writeln("		<td class='qqc'><a href='tencent://message/?uin=287952222&Site=客服二线&Menu=yes'>客服二线</a><\/td>");
document.writeln("	<\/tr>");

document.writeln("	<tr>");
document.writeln("		<td width=\"28\" align=right><img src=http:\/\/wpa.qq.com\/pa?p=1:287953333:4 border=0 ><\/td>");
document.writeln("		<td class='qqc'><a href='tencent://message/?uin=287953333&Site=客服三线&Menu=yes'>客服三线</a><\/td>");
document.writeln("	<\/tr>");

document.writeln("<\/table>")
document.write("</td></tr>");

document.write('</td></tr><tr><td><a href="/bm.asp"><img name="qq" src="/qq_guifeng/qq.gif" width="135" border="0" alt=""></a></td></tr></table></div>')

function topright() 
{ 
window.setInterval("displaytopright()",20); 
} 

function displaytopright() 
{ 
var theTop; 
var theRight; 
if (document.documentElement && document.documentElement.scrollTop) 
{ 
theRight = document.documentElement.scrollRight; 
theTop = document.documentElement.scrollTop; 
} 
else 
{ 
theRight = document.body.scrollRight; 
theTop = document.body.scrollTop; 
}  
floater.style.pixelTop = theTop + 120 ; 
} 
topright(); 

function close_float_right(){
	floater.style.visibility='hidden';
}

