if(parent != null && parent != self) {
    var host=parent.location.hostname;
    if(host != "www.lippmann.de") {
        top.location.href=self.location.href;
    }
}