﻿if (top == self) {

  var AktUrl = document.location.href;
  AktUrl = AktUrl.replace("Seiten_", "Seiten%%");
  AktUrl = AktUrl.replace("Pages_", "Pages%%");


  if (AktUrl.indexOf("html") == -1) {
    top.location.href = "http://www.jauchschmider.com/";
  } else {
    top.location.href = "http://www.jauchschmider.com/Window.aspx?Url=" + AktUrl;
  }



}