var urlAddress = "http://www.martin-lecole.fr/";
var pageName = "Martin Lécole Créateur, Orfèvre de l'aluminium";
function addToFavorites(anchor)
{
if (window.external)
{
window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
}
}


