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