$(document).ready(function(){
	$('#homeSidebarLeft .widget li:last, #sidebarLeft .widget li:last').addClass('last');
});