window.addEvent('domready', function(){
	$$( 'a.target' ).each( function( exlink ){
		exlink.target = '_blank';							
	} );	
} );