$(document).ready(function() {
	$(".contentWrapper li").each(function(){
		$(this).find("br:last").after("<br>");
	});
});
