﻿jQuery(document).ready(function() {

jQuery("#scroller").scrollable({circular: true}).autoscroll({ autoplay: true, interval: 8000 });

});
