﻿
$(document).ready(function(){
        $("a[@href^=\"http\"]").each(function(i){$(this).not("[@href*=\""+document.domain+"\"]").not(":has(img)").after(" <a href=\""+$(this).attr("href")+"\" onclick=\"window.open(this.href); return false;\" style=\"border: none;\"><img src=\"http://www.pirmil.info/js/img_js/external.gif\" alt=\"\" title=\"ce lien ouvre une nouvelle fenetre\" /></a>");});
});