Event.observe(window, 'load', function() { $$('a.external').each( function(a) { a.target = '_blank'; } ); } );
