$(function() {
    // initialize scrollable
    if($("div.scrollable").size() != 0) {
      $("div.scrollable").scrollable();
    }
}); 
