// Default statusbar text
window.defaultStatus = "Aquarienfreunde-Gütersloh e.V.";

function addFav(){
    if (document.all)
        window.external.AddFavorite("http://cms.aquarienfreunde.guetersloh.de/", "Aquarienfreunde-Gütersloh e.V.");
    else if (window.sidebar)
        window.sidebar.addPanel("Aquarienfreunde-Gütersloh e.V.", "http://cms.aquarienfreunde-guetersloh.de/", "")
}
