var root = this.location.host;
var path = this.location.pathname;
var loc = this.location.href;
var ZielDatei = "http://www.ottobruderer.ch/index.html?"+loc;
if(root!="localhost"){
	if (!top.FramesetGeladen){
		if(document.images)
		top.location.replace(ZielDatei);
		else
		top.location.href = ZielDatei ;
	}
}