$(document).ready(function() {

	$("#body .box .news ul li:last-child").addClass("last-child");
	$("table.blue tr:last-child").addClass("last-child");

});