$(function() {
	$('div.expandable p').expander({
		slicePoint: 200,
		expandText: 'read more',
		userCollapseText: '[^]'
	});
});
