$(document).ready(function() {$('a').filter(function() {return this.hostname && this.hostname !== location.hostname;}).after('').attr('target', '_blank');});
function ouvre_popup(page,taille){window.open(page,'info','top=200,left=200,' + taille + ',resizable=no,scrollbars=yes,fullscreen=no');}
function addFav(){if (document.all){window.external.AddFavorite(location.href, document.title);}else{alert('Vous pouvez faire CTRL + D pour ajouter cette page dans vos signets, ou favoris.')}}