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