window.addEvent("domready", function(){
    $$('a.extern').each(function(link){
        link.setProperty('target','_blank');    
    });
});
