
function addToFavorites() 
{
    if (document.all)
    {
        window.external.AddFavorite(document.location.href, document.title);
    }
    else
    {
        return true;
    }
}