var l=document.location.href;
var a=0;
var id=0;

function lt(s) {
	return l.indexOf(s)>-1;
}
//document.write('<script src="http://woocall.sina.com.cn/rls/utf8/stable.js" type="text/javascript"></sc'+'ript>');
document.write('<div style="display:none;">');
//stauts 20090718
if(lt("so.17wow")) {
	a=515;
}else if(lt("/top/index")) {
	a=514;
}else if(lt("/top/commend") || lt("/html/Escapa")) {
	a=513;
}else if(lt("/top/list_star/")) {
	a=512;
}else if(lt("/top/list_cmt/")) {
	a=511;
}else if(lt("/top/list_fav/")) {
	a=510;
}else if(lt("/top/list_vote/")) {
	a=509;
}else if(lt("/top/list_hot/")) {
	a=508;
}else if(lt("/top/list_new/")) {
	a=507;
}else if(lt("/down/")) {
	a=506;
}else if(/.com\/$/.test(l) || /.com\/\?(.*)/.test(l)) {
	a=505;
}else if(lt("/tag/")) {
	a=504;
	id=_tagid;
}else if(lt("/category/")) {
	a=503;
	id=_classid;
}else if(lt("/method/")) {
	a=502;
	id=_gameid;
}else if(lt("/game/")) {
	a=501;
	id=_gameid;
}else if(lt("/play/")) {
	a=500;
	id=_gameid;
//	document.location.href=document.location.href+"#playfrm";
}
if(a) {
	document.write('<img src="http://bbs.17wow.com/api/status.php?a='+a+'&id='+id+'" width="0" height="0" />');
}


//cnzz总统计
document.write('<script src=" http://s175.cnzz.com/stat.php?id=1810964&web_id=1810964" language="JavaScript" charset="gb2312"></sc'+'ript>');
document.write('<script src="http://s108.cnzz.com/stat.php?id=1411302&web_id=1411302" language="JavaScript" charset="gb2312"></sc'+'ript>');
document.write('<script src="http://s87.cnzz.com/stat.php?id=1763575&web_id=1763575" language="JavaScript" charset="gb2312"></sc'+'ript>');

if(document.location.host.indexOf("gbox.")!=-1) {
	//gbox
	document.write('<script src="http://s5.cnzz.com/stat.php?id=1482953&web_id=1482953" language="JavaScript" charset="gb2312"></sc'+'ript>');
}else if(document.location.href.indexOf("/home/")>-1) {
	//家园
	document.write('<script src="http://s90.cnzz.com/stat.php?id=1560084&web_id=1560084" language="JavaScript" charset="gb2312"></sc'+'ript>');
}else if(document.location.host=="bbs.17wow.com") {
	//论坛统计
	document.write('<script src="http://s99.cnzz.com/stat.php?id=1546790&web_id=1546790" language="JavaScript" charset="gb2312"></sc'+'ript>');
}


//玩游戏的数据统计
if(l.indexOf('/game/')>-1) {
	$.getJSON("/index.php?ac=counter&do=view&gid="+_gameid);
}else if(l.indexOf('/play/')>-1){
	$.getJSON("/index.php?ac=counter&do=play&gid="+_gameid);
}

//游戏记录
if(l.indexOf("/user/")>-1) {
	showhistory(1);
}else{
	typeof showhistory!="undefined"&&showhistory();
}


//float ad bottom
//float ad bottom
function float_bottom_ad(){
	aad=document.createElement("DIV");
	aad.setAttribute("id","adright");
	aad.style.width="200px";
	aad.style.height="200px";
	aad.style.position="absolute";
	aad.innerHTML='<a href="http://www.djxyx.net/soft/setup.zip" target="_blank"><img src="http://www.499xyx.com/static/images/qqpiaofu200.png"  width="200" height="130" /><div align="right" style="font-size:0px;"><a title="关闭" onclick="closeDiv()" style="cursor:pointer">关闭</a></div>';
	document.body.appendChild(aad);
	window.onscroll=fix_float_bottom;
	fix_float_bottom();
}

function fix_float_bottom() {
	aad.style.top=document.documentElement.scrollTop+document.documentElement.clientHeight-135;
	aad.style.left=document.documentElement.scrollLeft+document.documentElement.clientWidth-205;
}
function closeDiv(){aad.style.visibility='hidden';}
window.onload=float_bottom_ad;
