// Default statusbar text
window.defaultStatus = "Willkommen beim FC Bayern-Fanclub Pumuckl";

function addFav(){
    if (document.all)
        window.external.AddFavorite("http://www.fanclub-pumuckl.com/", "Fanclub Pumuckl");
    else if (window.sidebar)
        window.sidebar.addPanel("Fanclub Pumuckl", "http://www.fanclub-pumuckl.com/", "")
}
