var urlAddress = "http://www.trekking-mont-blanc.com/";
var pageName = "Site de trekking";
function addToFavorites(anchor)
{
if (window.external)
{
window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
}
}

