function ulubione(){
    //IE    
    if ((navigator.userAgent.toLowerCase().indexOf('msie') > 0) && window.external) {
        window.external.AddFavorite('http://asnieruchomosci', document.title);
    }
    //FF || OPERA    
    else 
        if (window.sidebar) {
            window.sidebar.addPanel(document.title, 'http://asnieruchomosci.eu', "");
        }
        //INNE    
        else {
            alert('Naciśnij ctrl+d');
        }
    return false;
}
