
$(document).ready(function(){
        $("a[@href^=\"http\"]").each(function(i){$(this).not("[@href*=\"mikra-manga.fr\"]").not(":has(img)").after(" <a href=\""+$(this).attr("href")+"\" onclick=\"window.open(this.href); return false;\" style=\"border: none;\"><img src=\"http://www.mikra-manga.fr/theme/external.png\" border=\"0\" alt=\"\" title=\"Ouvrir ce lien dans une nouvelle fenetre\" /></a>");});
});