document.addEvent('domready', function(){
    $$('a').each(function(el){
        el.set('target', '_blank');
    });
});
