var $ = jQuery;
$(document).ready(function(){
	$('#rss-3 div.rssSummary').each(function(){
		$(this).text($(this).text().replace('[&hellip;]',''));
	});
	
});