﻿document.writeln("<script type=\"text/javascript\" src=\"http://china-addthis.googlecode.com/svn/trunk/addthis.js\" charset=\"UTF-8\"></script><span class=\"addthis_org_cn\" style=\"display:none;\"><a href=\"http://addthis.org.cn/share/\" side=\"left\" abordercolor=\"#e30d0d\" aheadbgcolor=\"#000000\" title=\"收藏&amp;分享\"><img src=\"http://addthis.org.cn/images/as4.gif\" alt=\"分享家:Addthis中文版\" align=\"absmiddle\" /></a></span>");
document.writeln("<div id=\"qqonline\" style=\"position:absolute; right: 0; top: 300px;\">");
document.writeln("<table width=\"102\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"background:#fff;\">");
document.writeln("  <tr>");
document.writeln("    <td colspan=\"3\"><img src=\"/static/images/qq_top.gif\" width=\"109\" height=\"34\" alt=\"\" align=\"absmiddle\" /></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td width=\"6\"><img src=\"/static/images/qq_life.gif\" width=\"6\" height=\"129\" alt=\"\" align=\"absmiddle\" /></td>");
document.writeln("    <td width=\"90\"><table width=\"90\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td><img src=\"/static/images/kefu.jpg\" width=\"90\" height=\"100\" alt=\"\" align=\"absmiddle\" style=\"margin-left:2px;\" /></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td width=\"90\"><a target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=3&uin=457044630&site=qq&menu=yes\"><img border=\"0\"  src=\"http://wpa.qq.com/pa?p=2:457044630:42\" alt=\"457044630\" title=\"457044630\" style=\"margin-left:7px;\"></a></td>");
document.writeln("  </tr>");
document.writeln("</table></td>");
document.writeln("    <td width=\"7\"><img src=\"/static/images/qq_right.gif\" width=\"7\" height=\"129\" alt=\"\" align=\"absmiddle\" /></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td colspan=\"3\"><img src=\"/static/images/qq_bottom1.gif\" width=\"109\" height=\"30\" alt=\"\" align=\"absmiddle\" /></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td colspan=\"3\"><img src=\"/static/images/qq_logo.gif\" width=\"109\" height=\"33\" alt=\"\" align=\"absmiddle\" /></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("</div>");
$(this).scroll(function () {
    var bodyTop = 300;
    if (typeof window.pageYOffset != 'undefined') {
        bodyTop = window.pageYOffset;
    }
    else if (typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat') {
        bodyTop = document.documentElement.scrollTop;
    }
    else if (typeof document.body != 'undefined') {
        bodyTop = document.body.scrollTop;
    }
    $("#qqonline").css("top", 300 + bodyTop + "px")
});
function CloseQQ() {
    $("#qqonline").remove();
}
