function addToFavorites() 
{ 
	
	var urlAddress = "http://drugged-girls.com";
	var pageName = "DRUGGED-GIRLS.COM";

	if (window.external) 
	{ 
		window.external.AddFavorite(urlAddress,pageName);
	} else { 
		alert("Sorry, you will need to manually add this website to your favorites."); 
	} 
}