// JavaScript Document
$(document).ready(function(){
	$('div.article:last-child').css({'border-bottom':'0'});
});
