var urlAddress = "http://www.ninercaphell.com/"; 
var pageName = "Niner Cap Hell"; 
function addToFavorites() 
{
	if (window.external) 
	{ 
		window.external.AddFavorite(urlAddress,pageName) 
	} 
	else
	{ 
		alert("Your browser doesn't appear to support this function. If you are using FireFox, press Ctrl-D to bookmark."); 
	} 
}