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