$(function(){
	$('.article-text').find('a').each(function(){
		$(this).attr('target', '_blank');
	});
});

