function favoris() {
	titre = 'Best-pronostic.com - Pronostic sportif - livescore - news sportives - concours lotofoot';
	url = 'http://www.best-pronostic.com/?favoris';
	if ( navigator.appName != 'Microsoft Internet Explorer' ) { 
		window.sidebar.addPanel(titre, url,""); 
	} else { 
		window.external.AddFavorite(url, titre); 
	} 
}