$(function(){   
	$('a[rel=external]').attr('target','_blank');    
});
$(function(){   
	$('a[rel=self]').attr('target','_self');    
});