  function pridatDoOblibenych (prvek)
  {
    if(window.external)
    {
      return window.external.AddFavorite(window.document.location.href, window.document.title);
    }
    else
    {
      return window.AddFavorite(prvek,window.document.location.href,window.document.title);
    }
  }


