function bildladen()
{
 ziel="images/rbkopf.gif";
 titel="Roland B&uuml;chner";
 liste=document.URL;
 ergebnis=liste.match(/politik/gi);
 if (ergebnis) {
    ziel="../images/bbs.gif";
    document.titel="Kommunalpolitik";
    }
 ergebnis=liste.match(/sport/gi);
 if (ergebnis) {
    ziel="../images/sv.gif";
    document.titel="SV Ferch 1948";
    }
 document.logo.src=ziel;
}

function Domain() {
 if (location.hostname == "www.sv-ferch.de" || location.hostname == "sv-ferch.de") {  
    document.location.href = "http://www.sv-ferch.de/sport/";
    window.location.href = "http://www.sv-ferch.de/sport/";
    open("hsw.htm","HSW","width=300,height=374,screenX=0,screenY=0");
    }
 open("sport.htm","Sport","width=680,height=252,screenX=200,screenY=200,left=200,top=200");
} 
