$(document).ready(function() {
   
 //news scroller
 $("#newsthicker").scrollable({circular: true}).autoscroll({interval: 3000});
   
 
 
});

