//Ajoute aux favoris
var urlAddress = "http://www.les-stars-nues.com";
var pageName = "Les-Stars-Nues.Com célébrités nues gratuit";
function addToFavorites(anchor)
{
if (window.external)
{
window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
}
}