$('.article a').filter(function() {
	return this.hostname && this.hostname !== location.hostname;
}).after(' <img src="/img/icon-external-link.png" alt="external link"/>');

