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