//¶}±ÒÁôÂÃ²Î­p°Ï¶ô
/*function showit(){
	if(location.search=="?show"){
		document.getElementById("statbox").style.display='';		
	}else{
		document.getElementById("statbox").style.display='none';		
	}
}	

window.onload=showit;*/