$(document).ready(function()
{
	$(".shortcat").ThreeDots({
		max_rows: 1
	});
	$(".shorthp").ThreeDots({
		max_rows: 1
	});
	$("#boxarticle0").ThreeDots({
		max_rows: 3
	});

	$("#boxarticle1").ThreeDots({
		max_rows: 3
	});

	$("#boxarticle2").ThreeDots({
		max_rows: 3
	});

	$("#boxarticle3").ThreeDots({
		max_rows: 3
	});

	$("#boxarticle4").ThreeDots({
		max_rows: 3
	});
	
	$(".shortincat").ThreeDots({
		max_rows: 5
	});
});
