// bannerscroll

// What is $(document).ready ? See: http://flowplayer.org/tools/documentation/basics.html#document_ready
$(document).ready(function() {

// initialize scrollable together with the autoscroll plugin
var root = $("#scroller").scrollable({circular: true}).autoscroll(4000);

// provide scrollable API for the action buttons
window.api = root.data("scrollable");
});


