$(document).ready(function(){

	// Responsável por rel="externo"
	$("a[rel*=externo]").attr({ target: "_blank" });
	
});
