﻿var qqHtmlCode = "<div id=\"Javascript.QQDiv\" style=\"top:200px;position: absolute;z-index:1000;filter:alpha(opacity=200);opacity:0.5;\" align=\"center\" onMouseOver=\"this.style.filter='alpha(opacity=100)';this.style.opacity='1'\" onMouseOut=\"this.style.filter='alpha(opacity=50)';this.style.opacity='0.5'\">"
               + "<table width=\"134\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">"
               + "<tr><td><img src=\"images/qq_01.gif\" width=\"134\" height=\"45\"></td></tr>"
               + "<tr><td style=\"background: url(images/qq_02.gif);\">"
               + "<div align=\"center\"><img src=\"images/qq.gif\" width=\"111\" height=\"29\"></div>"
               + "<div align=\"center\"><img id=\"QQ_ICON0\" src=\"images/qqonline.gif\" align=\"absmiddle\"> "
               + "<a style=\"text-decoration: none;font-size: 12px;color: #000000;\" target=\"blank\" href=\"http://wpa.qq.com/msgrd?V=1&Uin=1500618555&Site=¹ãÖÝÂÌÊÝ1&Menu=no\" title=\"ÔÚÏß¼´Ê±½»Ì¸\">客服</a>&nbsp;&nbsp;<br/>"
               + "<img id=\"QQ_ICON1\" src=\"images/qqonline.gif\" align=\"absmiddle\"> "
               + "<a style=\"text-decoration: none;font-size: 12px;color: #000000;\" target=\"blank\" href=\"http://wpa.qq.com/msgrd?V=1&Uin=1284686333&Site=¹ãÖÝÂÌÊÝ1&Menu=no\" title=\"ÔÚÏß¼´Ê±½»Ì¸\">客服</a>&nbsp;&nbsp;"
               + "<div align=\"center\" style=\"padding-top: 5px;\"><img src=\"images/tel.gif\" width=\"90\" height=\"15\">&nbsp;&nbsp;&nbsp;</div>"
               + "<div align=\"center\" style=\"font-size: 14px;color: #FF0000; font-weight: bold;\">4006-333-053</div>"
               + "</td></tr>"
               + "<tr><td><img src=\"images/qq_03.gif\" width=\"134\" height=\"11\"></td></tr>"
               + "</table></div>";
document.write(qqHtmlCode);
var online= new Array();
document.write("<script src=\"http://webpresence.qq.com/getonline?Type=1&1500618555:1284686333:\"><\/scr" + "ipt>"); 
document.write("<script src=\"js/qqSet.js\"><\/scr" + "ipt>");

function qqScall(){
  if(document.documentElement && document.documentElement.scrollTop){
    document.getElementById("Javascript.QQDiv").style.top=(document.documentElement.scrollTop + 200)+"px";
  }else{
    document.getElementById("Javascript.QQDiv").style.top=(document.body.scrollTop + 200)+"px";
  }
}
window.onscroll = qqScall;