 /**
 * @brief	Fonctions js Général
 * @author	Nicolas Bodrefaux
 * @since	12/06/2010
 * @version	1.0
 */
 // What is $(document).ready ? See: http://flowplayer.org/tools/using.html#document_ready
// $(document).ready(function() {

/**
 * SITE - Accueil
 */
/*  	// initialize scrollable together with the autoscroll plugin
	window.api = $("#sortiesem").scrollable().mousewheel({ size:2 }).autoscroll({
		autoplay: false,
		api: true
	});
	
	// initialize scrollable together with the autoscroll plugin
	window.api = $("#encoralaffiche").scrollable().mousewheel({ size:2 }).autoscroll({
		autoplay: false,
		api: true
	});
	
	// initialize scrollable together with the autoscroll plugin
	window.api = $("#courtmetrage_membre").scrollable({ size:2 }).mousewheel().move(2).autoscroll({
		autoplay: false,
		api: true
	});

	// initialize scrollable together with the autoscroll plugin
	window.api = $("#courtmetrage_partenaire").scrollable().mousewheel({ size:2 }).autoscroll({
		autoplay: false,
		api: true
	});
}); */
