var urlAddress = "http://sessile-oak.co.uk/maps/SolfestDirections.html"; 
var pageName = "Solfest Directions";

function addToFavorites() 
{ 
if (window.external) 
{ 
window.external.AddFavorite(urlAddress,pageName) 
} 
else 
{ 
alert("SORRY - YOUR BROWSER DOESN'T SUPPORT THIS FUNCTION - please check your menu to add manually"); 
}
}