var urlAddress = "http://www.freestuffgeek.com"; 

var pageName = "Free Stuff Geek - Get real free samples and free stuff in the mail."; 

function addToFavorites() { 

if (window.external) { window.external.AddFavorite(urlAddress,pageName)} 

else { alert("Sorry! Your browser doesn't support this feature.");} 

} 

