$(document).ready(function(){
	$("a.externo").attr('target','_blank');
});
