//CREATION BANNIERE
var pub_1 = $.flash.create({swf: '../swf/Pub_Expo.swf', height: 200, width: 590});
var pub_2 = $.flash.create({swf: '../swf/Pub_Pilates.swf', height: 200, width: 590});
var pub_3 = $.flash.create({swf: '../swf/Pub_Edphy.swf', height: 200, width: 590});
var pub_aerobie = $.flash.create({swf: '../swf/pub_aerobie.swf', height: 200, width: 590});
var pub_aqua_gym = $.flash.create({swf: '../swf/pub_aqua_gym.swf', height: 200, width: 590});
var pub_cardio_velo = $.flash.create({swf: '../swf/pub_cardio_velo.swf', height: 200, width: 590});
var pub_bain_libre = $.flash.create({swf: '../swf/pub_bain_libre.swf', height: 200, width: 590});
var pub_maxiforme = $.flash.create({swf: '../swf/pub_maxiforme.swf', height: 200, width: 590});

$(document).ready(function() {	
	//AJOUT DE LA BANNIERE SUR LE SITE
	$('#pub_1').html(pub_1);
	$('#pub_2').html(pub_2);
	$('#pub_aerobie').html(pub_aerobie);
	$('#pub_aqua_gym').html(pub_aqua_gym);
	$('#pub_cardio_velo').html(pub_cardio_velo);
	$('#pub_bain_libre').html(pub_bain_libre);
	$('#pub_maxiforme').html(pub_maxiforme);
	
	$(".slidetabs").tabs(".images > div", {

	// enable "cross-fading" effect
	effect: 'fade',
	fadeOutSpeed: "slow",

	// start from the beginning after the last tab
	rotate: true
	
	// use the slideshow plugin. It accepts its own configuration
	}).slideshow({
		autoplay:true,
		interval:14500
	});
});
