window.addEvent('domready', function() {	
	$$('a.externe-link').each( function(el) {
		el.target = '_blank';
	});
});
