// Initialize the plugin with some custom options
$(function() {
  $("div#makeMeScrollable").smoothDivScroll({ autoScroll: "always", autoScrollDirection: "backandforth", autoScrollStep: 1, autoScrollInterval: 15 });             
});
