// JavaScript Document
 document.writeln(" <div id=\"kfFloat\" style=\"margin:0; padding:0; z-index: 20; visibility: visible; position: absolute; top: 150px; right:0px;\">"); 
 document.writeln(" <table id=\"qqtab\" cellspacing=\"0\" cellpadding=\"0\" width=\"32\" border=\"0\">"); 
 document.writeln("     <tbody>"); 
 /*document.writeln("         <tr>"); 
 document.writeln("             <td valign=\"bottom\" width=\"110\" onclick=\"if(document.getElementById('qqtab').style.display==\'none\'){document.getElementById('qqtab').style.display=\'\'} else {document.getElementById('qqtab').style.display=\'none\'}\">点击关闭 <\/td>"); 
 document.writeln("         <\/tr>");*/ 
 document.writeln("         <tr id=\"qqstab\">"); 
 document.writeln("             <td  id=\"qqstab_td\" valign=\"middle\" align=\"center\">"); 
 document.writeln("             <table cellspacing=\"0\" cellpadding=\"0\" width=\"32\" border=\"0\">"); 
 document.writeln("                 <tbody>"); 
  
 document.writeln("                     <tr>"); 
 document.writeln("                         <td valign=\"middle\" align=\"center\" width=\"32\" height=\"26\"> <nobr> <a title=\"\" target=\"_blank\" href=\"http:\/\/webchat.tq.cn\/sendmain.jsp?uin=1521232511\"> <font style=\"font-size: 12px; color: #00f\"> <\/font>&nbsp; <\/a> <\/nobr> <\/td>"); 
 document.writeln("                 <\/tbody>"); 
 document.writeln("             <\/table>"); 
  
 document.writeln("             <\/td>"); 
 document.writeln("         <\/tr>"); 
 /*document.writeln("         <tr>"); 
 document.writeln("             <td valign=\"top\" width=\"110\" onClick=\"if(document.getElementById('qqstab').style.display==\'none\'){document.getElementById('qqstab').style.display=\'block\'} else {document.getElementById('qqstab').style.display=\'none\'}\">点击收起 <\/td>"); 
 document.writeln("         <\/tr>");*/ 
 document.writeln("     <\/tbody>"); 
 document.writeln(" <\/table>"); 
 document.writeln(" <\/div>"); 
  
 //js 部分 
 document.writeln(" <script type=\"text\/javascript\">"); 
 document.writeln("\/\/ <![CDATA["); 
 document.writeln("var tips; var theTop = 120; var old = theTop;"); 
 document.writeln("function initFloatTips() {"); 
 document.writeln("tips = document.getElementById(\'kfFloat\');"); 
 document.writeln("moveTips();"); 
 document.writeln("};"); 
 document.writeln("function moveTips() {"); 
 document.writeln("var grantt=20;"); 
 document.writeln("if (window.innerHeight) {"); 
 document.writeln(" pos = window.pageYOffset"); 
 document.writeln("}"); 
 document.writeln("else if (document.documentElement && document.documentElement.scrollTop) {"); 
 document.writeln(" pos = document.documentElement.scrollTop"); 
 document.writeln("}"); 
 document.writeln("else if (document.body) {"); 
 document.writeln(" pos = document.body.scrollTop;"); 
 document.writeln("}"); 
 document.writeln("pos=pos-tips.offsetTop+theTop;"); 
 document.writeln("pos=tips.offsetTop+pos\/10;");document.writeln("if (pos  < theTop) pos = theTop;"); 
 document.writeln("if (pos != old) {"); 
 document.writeln(" tips.style.top = pos+\"px\";"); 
 document.writeln(" grantt=10;"); 
 document.writeln("   \/\/alert(tips.style.top);"); 
 document.writeln("}");document.writeln("old = pos;"); 
 document.writeln("setTimeout(moveTips,grantt);"); 
 document.writeln("}"); 
 document.writeln("\/\/!]]>"); 
 document.writeln("initFloatTips();"); 
 document.writeln(" <\/script>");
