var urlAddress = "http://www.serenitylivingstores.com/"; 
var pageName = "Serenity Living Stores Inc."; 

function addToFavorites() { 
	if ( navigator.appName=='Microsoft Internet Explorer')
	{
		window.external.AddFavorite(urlAddress,pageName) 
	} 
	else {alert('Please press CTRL+D to Bookmark this website!'); } 
}

