var pageName = "Gilmore Hotel in Ketchikan Alaska";

function addToFavorites()
{
	if (window.external)
	{
		 window.external.AddFavorite(location.href,pageName);
	}
	else
	{ 
		 alert("Sorry! Your browser doesn't support this function.  Press Ctrl+D to bookmark this site.");
	}
}