// What is $(document).ready ? See: http://flowplayer.org/tools/documentation/basics.html#document_ready
jQuery.noConflict();
jQuery(document).ready(function() {
    // initialize scrollable together with the autoscroll plugin
    var root = jQuery("#scroller").scrollable({circular: false})
});
