$(document).ready(function(){

	$(function() { 
	    $("div.scrollable").scrollable(); 
	});

});
