function addToFavorites() 
{
	if (window.external) 
	{ 
		window.external.AddFavorite("http://www.icelandontheweb.com","Iceland on the web") 
	}
	else 
	{ 
		alert("Sorry! Your browser doesn't support this function."); 
	}
}