function init() {
if(parent != null && parent != self) {
var host=parent.location.hostname;
if(host != "www.westerzgebirge.com") {
top.location.href=self.location.href;
}
}
}

