var urlAddress = "http://www.ornithologies.fr/";
    	var pageName = "UOF COM France";
    	function addToFavorites(anchor) {
    		if (window.external) {
   				window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
    		}
    	}
