$(document).ready(function() {

	$('div.excerpt').expander({
		slicePoint: 750, // default is 100
		expandText: '[&raquo;]', // default is 'read more...'
		userCollapseText: '[^]',  // This is the icon used for truncating the post
	});

});