
$(document).ready(function(){

	$('li:last-child').addClass('lastc');
	$('article:first-child, p:first-child, div:first-child, li:first-child').addClass('firstc');

});
