$(document).ready( function(){
  	$('.article-cnt a').filter(function() {
    return this.hostname && this.hostname !== location.hostname && this.hostname != 'www.euqueroumdestes.com';
  }).after(' <img src="/images/external.png" alt="link externo">');

});
