$(function(){

	$('a[rel="link_extern"]').each(function(){
		$(this).attr('target', '_blank');
	});

});