$(document).ready(function() {

// Truncate long texts
	$(function() {
		$("div.more").truncate({max_length: 210});
	});

});

