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