if (parent.frames.length < 1)
{
  var link = window.location.href;
  var teile = link.split("/");
  var datei = "";
  for(var i = 3; i < teile.length ; i++) {
   datei = datei+teile[i]+"/";
  }
  datei = datei.substr(0,(datei.length-1)); 
	window.top.location.href="http://das-gesundheitszentrum.info/?"+datei;
}
