function afficheBandeau(){
	var n=0;
	var bandeau = new Array();
	bandeau[n++]="../flash/banner_TDF_toussuire_v4.swf";
	/*bandeau[n++]="../flash/banner_partenariat_sport_v4.swf";*/
	bandeau[n++]="../flash/banner_bien-etre_new.swf";
	bandeau[n++]="../flash/banner_hors_ski_new.swf";
	var nbbandeaux = bandeau.length;
	var alea=Math.round(Math.random()*(nbbandeaux-1));
	$('#BandeauFlash').flash({
		width:980,
		height:250,
		src :bandeau[alea],
		allowFullScreen: 'false',
		allowScriptAccess:'always',
		wmode:'transparent'
	});	
}	
afficheBandeau();
