$(document).ready(function() {
  $('div.expandable p').expander({
  	slicePoint: 150,
  	widow: 15,
  	expandText: 'read more',
  	userCollapseText: 'hide',
  });
});
