	$(function() {
		$('#slideshowHolder').jqFancyTransitions(
			{ 
				effect: '', // wave, zipper, curtain
				width: 1220, 
				height: 250,
				delay: 5000,		
				strips: 40, // number of strips
				stripDelay: 50, // delay beetwen strips in ms
				titleOpacity: 0.7, // opacity of title
				titleSpeed: 500, // speed of title appereance in ms
				position: 'top', // top, bottom, alternate, curtain
				direction: 'fountain', // left, right, alternate, random, fountain, fountainAlternate
				navigation: false, // prev and next navigation buttons
				links: false // show images as links				
			}
		);
		
			
	});

/**
*	Fonction qui permet de raffraichir la page courante
*/
function rafraichir(){
	window.location.reload();
}
