function startscript() {
	if (top.location != document.location) {
		top.location.href = document.location.href;
	}
}
window.onload = startscript();