// JavaScript Document
// JavaScript Document
document.writeln("<div id=\"piao\" style=\"top:260px;width:75px;background-color:#ffffff; position:absolute;filter: alpha(opacity=100); z-index:1000\" ><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr bgcolor=\"#663300\">");
document.writeln("          <td height=\"36\" align=\"center\" style=\"color:#FFFFFF \">在线咨询<\/td>");
document.writeln("          <\/tr>");
document.writeln("        <tr>");
document.writeln("          <td bgcolor=\"#FFFFFF\"><table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("            <tr>");

document.writeln("              <td height=\"30\" align=\"center\">");

document.writeln("<a style=\"text-decoration: none;\" href=\"http:\/\/sighttp.qq.com\/cgi-bin\/check?sigkey=bd0384a130e39c87449ff75de68336eab2f02f2801138b7749f1ae2957e6e8a3\"; target=_blank; onclick=\"var tempSrc=\'  http:\/\/sighttp.qq.com\/wpa.js?rantime=\'+Math.random()+\'&sigkey=bd0384a130e39c87449ff75de68336eab2f02f2801138b7749f1ae2957e6e8a3\';var oldscript=document.getElementById(\'testJs\');var newscript=document.createElement(\'script\');newscript.setAttribute(\'type\',\'text\/javascript\'); newscript.setAttribute(\'id\', \'testJs\');newscript.setAttribute(\'src\',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\"><img src=\"images\/index_19.png\" width=\"15\" height=\"16\" border=\"0\" align=\"absmiddle\"> QQ客服<\/a> ");
document.writeln("<\/td>");


document.writeln("            <\/tr>");
document.writeln("            <tr>");
document.writeln("              <td height=\"1\" align=\"center\" bgcolor=\"#eeeeee\"><\/td>");
document.writeln("            <\/tr>");


//2
document.writeln("            <tr>");

document.writeln("              <td height=\"30\" align=\"center\">");

document.writeln("<a style=\"text-decoration: none;\" href=\"http:\/\/sighttp.qq.com\/cgi-bin\/check?sigkey=88d130a4e27384b8d5edeedca9b9b093ad22a67db7a770c533618afaef048ef9\"; target=_blank; onclick=\"var tempSrc=\'  http:\/\/sighttp.qq.com\/wpa.js?rantime=\'+Math.random()+\'&sigkey=88d130a4e27384b8d5edeedca9b9b093ad22a67db7a770c533618afaef048ef9\';var oldscript=document.getElementById(\'testJs\');var newscript=document.createElement(\'script\');newscript.setAttribute(\'type\',\'text\/javascript\'); newscript.setAttribute(\'id\', \'testJs\');newscript.setAttribute(\'src\',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\"><img src=\"images\/index_19.png\" width=\"15\" height=\"16\" border=\"0\" align=\"absmiddle\"> QQ客服<\/a> ");
document.writeln("<\/td>");


document.writeln("            <\/tr>");
document.writeln("            <tr>");
document.writeln("              <td height=\"1\" align=\"center\" bgcolor=\"#eeeeee\"><\/td>");
document.writeln("            <\/tr>");

//2e



document.writeln("            <tr>");
document.writeln("              <td height=\"30\" align=\"center\"><img src=\"images\/rr.gif\" width=\"68\" height=\"26\"><\/td>");
document.writeln("            <\/tr>");
document.writeln("          <\/table><\/td>");
document.writeln("    <\/tr>");
document.writeln("        <tr>");
document.writeln("          <td height=\"30\" align=\"center\" bgcolor=\"#663300\" style=\"color:#FFFFFF \">CRNGZ.COM<\/td>");
document.writeln("          <\/tr>");
document.writeln("      <\/table>");
document.writeln("<\/div>");

function closepiao(){
       document.getElementById("piao").style.display="none";
}
document.getElementById("piao").style.left=((document.documentElement.clientWidth-50)-document.getElementById("piao").offsetWidth)+"px";//直接设成具体数字可变为左边
document.documentElement.onscroll=function(){
       el=document.getElementById("piao");
       el.style.top=(document.documentElement.scrollTop+100)+"px";  //上面距离
       el.style.left=((document.documentElement.clientWidth-50)-el.offsetWidth)+"px";//屏幕宽度-右边距-QQ宽度,直接改成具体数字可变为左边
}