// Default statusbar text
window.defaultStatus = "MHR Rorschach";

function addFav(){
    if (document.all)
        window.external.AddFavorite("http://www.helvetia-rorschach.ch/", "MHR Rorschach");
    else if (window.sidebar)
        window.sidebar.addPanel("MHR Rorschach", "http://www.helvetia-rorschach.ch", "")
}
