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