//CLASS=right_news
//TARGET=#news_containers
$( function() {
	$('.right_news a').each( function(index) {	
		$(this).attr('target', 'news_containers');			 
	});
	$('.none a').each( function(index) {	
		$(this).attr('target', '_parent');			 
	});
});
