// What is $(document).ready ? See: http://flowplayer.org/tools/documentation/basics.html#document_ready
$(document).ready(function() {

$(".scrollable").scrollable({ circular: true, vertical: true, mousewheel: false, size: 2 }).autoscroll({ interval: 5000, autoplay: true });;	

});
