// JavaScript Document
function xmlhidden(){
	var thisUrl=document.URL;
	if(thisUrl=="http://bbs.17xxw.com"||thisUrl=="http://bbs.17xxw.com/index.asp"||thisUrl=="http://bbs.17xxw.com/"){
		document.getElementById("advall").style.display="none";
		document.getElementById("article_top").style.display="none";
		document.getElementById("article_top").style.display="none";
		document.getElementById("article_foot").style.display="none";
		var s=window.screen.width;
		var sx=(2200-s)/2
		window.scrollTo(sx,0)
	}
}

