jQuery(document).ready(function($) {	
	$('.threeBoxes:nth-child(3n)').addClass('lastBox');
});
