nn4 = (document.layers) ? true : false;
ie4 = (document.all) ? true : false;
dom = (document.createTextNode) ? true : false;

function addBookmark()
{
    if (window.external)
        window.external.AddFavorite(location.href, 'Большой Город');
}