$(document).ready(function() {
	$("ul li:last-child").addClass('last-child');
});
