// navigationsleiste.js roft Seite einschließlich Navigationsleiste auf

if (top == self) {
    if (document.domain == 'default') pfad = document.URL;
    else pfad = "http://www.spd-brasselsberg.de/index2.htm?=" + document.URL;
    window.location.replace(pfad);
}

