if (window.self != window.top) {
	top.location.replace(window.location.pathname);
}
