window.addEvent('domready', function(){
	$$('a[rel=external]').addEvent('click', function(){
		this.target = '_blank';
	});
});
