// JavaScript Document
var online=new Array();
if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute>');
document.write('<table cellSpacing="0" cellPadding="0" width="110" border="0" id="qqtab">');
document.write('    <tr>');
document.write('      <td width="110" {document.all.qqtab.style.display=\'\'} else {document.all.qqtab.style.display=\'none\'}"><img src="images/kefu_up.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="images/kefu_middle.gif">');
document.write('<table border="0" width="90" cellSpacing="0" cellPadding="0">');
document.write(' <tr>');
document.write('    <td width="90" height="5" border="0" colspan="2"></td>');
document.write(' </tr>');
document.write(' <tr>');

    document.write('    <td width="25" height="29" valign="middle" align="center">&nbsp;</td>');
    document.write('    <td width="65" height="29" valign="middle" align="left">');
    document.write('<a href="http://sighttp.qq.com/cgi-bin/check?sigkey=88d1a64a87e90b56466e3814dea0f710f64238a86f8cd4db2a23ae0a75a42081"; target=_blank; onclick="var tempSrc="http://sighttp.qq.com/wpa.js?rantime='+Math.random()+'&sigkey=88d1a64a87e90b56466e3814dea0f710f64238a86f8cd4db2a23ae0a75a42081";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 border="0" SRC="http://wpa.qq.com/pa?p=1:1402945745:41" alt=""></a><br>');
    document.write('    </td>');

document.write(' </tr>');




document.write('</table>');
document.write('</td>');
document.write('    </tr>');


document.write('    <tr>');
document.write('<td width="110"><img src="images/kefu_middle1.gif" border="0"></td>');
document.write('    </tr>');

document.write('    <tr>');
document.write('<td width="110"><img src="images/kefu_down.gif" border="0"></td>');
document.write('    </tr>');



document.write('</table>');
var verticalpos="frombottom"
if (!document.layers)
document.write('</div>')
var father=parent.document;
$(function(){
	var qq=$("#divStayTopLeft");
	if ($.browser.msie && ($.browser.version == "6.0") && !$.support.style) {
	} else{
		qq.css("position","fixed")
	}
	qq.css("right","25px").css("top","385px");
	//alert($(window).scrollTop());
})
/*function scrollqq()
{
var posXqq,posYqq;
if (window.innerHeight)
{
posXqq=window.pageXOffset;
posYqq=window.pageYOffset;
   }
   else if (document.documentElement && document.documentElement.scrollTop)
      {
    posXqq=document.documentElement.scrollLeft;
    posYqq=document.documentElement.scrollTop;
    }
    else if (document.body)
   {
     posXqq=document.body.scrollLeft;
      posYqq=document.body.scrollTop;
    }
     var divStayTopLeft=document.getElementById("divStayTopLeft");
     divStayTopLeft.style.top=(posYqq+550-200)+"px";
     divStayTopLeft.style.left=(posXqq+screen.width-151)+"px";
     setTimeout("scrollqq()",500);
     }
      scrollqq();*/
