if(top==self) {
	var topWindow = "/shibai/index.html";
	var currURL = unescape(window.location.pathname) + unescape(window.location.hash);;
	var newURL = topWindow + "?" + currURL;
	if (location.replace)
		location.replace(newURL);
	else
		location.href = newURL;
}


