/* Nur in Frame anzeigen (evtl. nachladen) */
     if (((top.frames.length == 0) || (window.name != "Mainframe_SSE")) && (String(window.location).indexOf("=cache:")==-1) && (String(window.location).indexOf("http")==0)) { //Google workaround
        var Location = String(window.location);
        var prot = Location.indexOf("://");
        var ServerSubstring = Location.substring(Location.indexOf("/",prot+3),Location.length);
        window.location="/?mf="+escape(ServerSubstring);
     }
