// Default statusbar text
window.defaultStatus = "Chris-Thill.com - the official website";

function addFav(){
    if (document.all)
        window.external.AddFavorite("http://www.chris-thill.com/", "Chris-Thill.com - the official website");
    else if (window.sidebar)
        window.sidebar.addPanel("Chris-Thill.com - the official website", "http://www.chris-thill.com", "")
}