function addbookmark(){
	if ( navigator.appName != 'Microsoft Internet Explorer' )
		{
			window.sidebar.addPanel("FGF - Le site officiel de la team FGF","http://www.team-fgf.fr","");
		}
		else {
			window.external.AddFavorite("http://www.team-fgf.fr","FGF - Le site officiel de la team FGF");
		}
} 