var urlAddress = "http://www.crucialrugstore.co.uk"; 
var pageName = "The Crucial Rug Store"; 
function addToFavorites() { if (window.external) { window.external.AddFavorite(urlAddress,pageName) 
} else { alert("Sorry! Your browser doesn't support this function."); 
} } 

