$(function() {
	$('.categories').children(':last-child').addClass('last');
	$('.links').children(':last-child').addClass('last');
});
