function addToFavorites(anchor)
{
	var urlAddress = "http://zefyx.fr/";
	var pageName = "Z&eacute;fyx - Agence Web";
	if (window.external)
	{
		window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
	}
} 