$(function() {
	$('#content a').filter(function(){ return this.hostname && this.hostname !== location.hostname; }).after(' <img src="/images/model/external.png" alt="Enlace Externo" title="Enlace Externo">').attr("target","_new");
});
