function loadFrame() {
    if(!parent.Seite) {
        location.href="index2.html?" + location.pathname;
    }
}