// What is $(document).ready ? See: http://flowplayer.org/tools/using.html#document_ready
$(document).ready(function() {
	window.api = $("#scroller").scrollable().circular().autoscroll({
	interval: '4000',
	autoplay: true,
	api: true
	});

	window.api = $("#scroller2").scrollable().circular().autoscroll({
	interval: '4000',
	autoplay: true,
	api: true
	});

	window.api = $("#scroller3").scrollable().circular().autoscroll({
	interval: '4000',
	autoplay: true,
	api: true
	});

	window.api = $("#scroller4").scrollable().circular().autoscroll({
	interval: '4000',
	autoplay: true,
	api: true
	});
});

