function init() {
	if(parent != null && parent != self) {
	var host=parent.location.hostname;
	if(host != "www.energieberater-bayern.de") {
	top.location.href=self.location.href;
	}
	}
	}
