
$(document).ready(function(){
	
	$('#homeRecentlyAdded a:last').css('borderBottom', 'none');
	
});
