var urlAddress = "http://www.littlevalley.com/";

var pageName = "The Little Valley Inn - Yosemite National Park and California's Gold Country";

 

function addToFavorites()

{

            if (window.external)

            {

                         window.external.AddFavorite(urlAddress,pageName);

            }

            else

            { 

                         alert("Sorry! Your browser doesn't support this function.");

            }

}

