(function($) { 
	$(function() {
		$('.content p').hyphenate();
	});
})(jQuery);