$(function(){
	
	$('div#leftcol ul li:last-child').css('border','none');
	$('ul.terapi-list li:last-child').css('border','none');
	
});