$(document).ready(function() {
    // http://flowplayer.org/tools/documentation/index.html
    $("div.scrollable").scrollable({
    	size: 1,
    	clickable: false,
    }).autoscroll({
    	autoplay: true,
        interval: 5000
    }).circular();
});

