// Default statusbar text
window.defaultStatus = "DJ-Kante.de - the official website";

function addFav(){
    if (document.all)
        window.external.AddFavorite("http://www.DJ-Kante.de/", "DJ-Kante.de - the official website");
    else if (window.sidebar)
        window.sidebar.addPanel("DJ-Kante.de - the official website", "http://www.DJ-Kante.de", "")
}
