try {
	document.domain = 'xiaoi.com'
} catch (e) {
}
if (window.location.search.indexOf('rFrom') != -1) {
	window.location = 'http://wan.xiaoi.com/gucenter/regist/50hero/index.jsp';
}
var b = false;
function show() {
	if (b) {
		document.getElementById("win").style.display = "none";
		document.getElementById("cover").style.display = "none";
		b = false;
	} else {
		document.getElementById("win").style.display = "";
		document.getElementById("cover").style.width = document
				.getElementById("sb").scrollWidth
				+ "px";
		document.getElementById("cover").style.height = document
				.getElementById("sb").scrollWidth
				+ "px";

		document.getElementById("cover").style.display = "";
		b = true;
	}
}