if (top.frames.length == 0){
  var tmpurl = window.location.href;
  var newurl = "";
  newurl = tmpurl.substring(tmpurl.lastIndexOf("/") + 1);
  top.location.href="http://www.clean-mx.de/?" + newurl;
}