jQuery(document).ready(function(){ 

	jQuery("#latestPrj span:last-child").addClass('latestPrjLast');
	
	jQuery("#ontheBoard span:last-child").addClass('ontheBoardLast');
	
	jQuery("#header #topNav ul li:last-child").addClass('topNavLast');
		
});
