function fnFixList() {
	$('li:last').css('margin-bottom', 0);
}

aOnReady.push(fnFixList);