window.addEvent('domready', function() {
    $$('a[href^=http://]').setProperty('target', '_blank');
});

