$('document').ready (function() {
	$('.justify li.even, .justify li.odd').vjustify();
});
