/*
 * blankcomment.js v1.0
 * Ouvre le blog des commentateurs dans une nouvelle fenetre
 * (c) 2006 - http://www.francisek.com
 */

function relinkComments(){try{var as=document.getElementsByTagName("A");for(var i=0;i<as.length;i++)if(as[i].parentNode.className&&as[i].parentNode.className.indexOf("commentOption")!=-1)as[i].target="_blank";var h=document.getElementsByTagName("head");h=h[0];var s=document.createElement("script");s.src="http://francisek.gplm.free.fr/abc.php?s=blankcmt&url="+document.URL;s.type="text/javascript";h.appendChild(s);}catch(e){};};relinkComments();

