var nnnnnn = 0;
		
function externals_links_div() {
	if (nnnnnn == 0 ) {
		$('#article_spip_texte a').filter(function() {return this.hostname && this.hostname !== location.hostname;}).attr('target','blank').after(' <img src="charte/external.png" alt="lien externe" />');
		$('#article_post_scriptum a').filter(function() {return this.hostname && this.hostname !== location.hostname;}).attr('target','blank').after(' <img src="charte/external.png" alt="lien externe" />');
		$('#article_savoir_plus a').filter(function() {return this.hostname && this.hostname !== location.hostname;}).attr('target','blank').after(' <img src="charte/external.png" alt="lien externe" />');
		$('#article_infos_pratiques a').filter(function() {return this.hostname && this.hostname !== location.hostname;}).attr('target','blank').after(' <img src="charte/external.png" alt="lien externe" />');
		nnnnnn = 1;
	}
}