jQuery(document).ready(function(){
   jQuery(".newsitem:last").css("border-bottom","0px");
 });

