function check() {
	var replace;
	try {
		loc = parent.frames[0].location.href;
		replace = false;
	}
	catch (e) {
		replace = true;
	}
	if ((self == parent) || replace) {
		document.location.href = "index.html#" + location.pathname;
	}
}
