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

