function DodajUlubione(link, nazwa)

{

 if (navigator.appName == 'Microsoft Internet Explorer') window.external.addFavorite(link, nazwa);

 else alert('Musisz nacisnac Ctrl+D by dodac strone do ulubionych');

}
