function sjekk_parent() {
	if (parent.location == document.location) {
		parent.location.replace('index.html');
	}
}
