function addToFavorites(url, page)
{
	if (window.external)
	{
		window.external.AddFavorite(url, page);
	}
	else
	{
		alert("Sorry! Your browser doesn't support this function."); 
	}
}

