var urlAddress = "http://www.hypergurl.com/graphics.html"; 
var pageName = "Bookmark this page"; 
function addToFavorites() 
	{ 
		if (window.external) { window.external.AddFavorite(urlAddress,pageName) 
		} 
		else 
		{ alert("Sorry! Your browser doesn't support this function."); 
		} 
	}