$(document).ready(function() {
  $("div.scrollable").scrollable({speed: 1000, circular: true}); 
}); 

