cookie=0;pasdestats=0;
if (document.URL.indexOf("#pasdestats")!=-1) {pasdestats=1;alert("Audiscope est maintenant désactivé pour votre ordinateur");}
document.cookie="checkp=ok;path=/;expires=Tue, 1 Jun 2015 00:00:00 UTC";
document.cookie="checkt=ok;path=/";
if (document.cookie.indexOf("checkp=ok")!=-1) cookie=1;
else if (document.cookie.indexOf("checkt=ok")!=-1) cookie=2;
stat = new Image(1,1);  
stat.src="http://common.numerigraphe.com/cgi-bin/stats.cgi?site="+site+"&referrer="+escape(document.referrer)+"&res="+escape(screen.width+"x"+ screen.height)+"&color="+screen.colorDepth+"&tz="+escape((new Date()).getTimezoneOffset())+"&page="+escape(page)+"&cookie="+cookie+"&nocache="+Math.random()+"&pasdestats="+pasdestats;
for (var i=0; i<document.links.length; i++) document.links[i].onmousedown=audilink;
function audilink(e) {
 var statlink = new Image(1,1);  
 var linkurl;
 if (document.all) {
  var el=event.srcElement;
  while (el.tagName!='A') el = el.parentElement;
  linkurl = el;
 }
 else if (document.layers) linkurl=e.target;
 else if (document.getElementById) linkurl=e.currentTarget;
 linkurl=linkurl.toString().toLowerCase();
 if (linkurl.match(/^(ht|f)tp:/) && document.URL.match(/\w/) && ((linkurl.indexOf(document.URL.toLowerCase().replace(/^http:\/\/(www\.)?([\w-_\.]*).*/, "$2"))==-1) || !linkurl.match(/(html|htm|php|cgi|pl|jpg|gif|png|shtml|php3|jsp|cfm|do|asp|swf|\/[^\.\/\?\;]*)(\?.*)?(#.*)?$/i))) statlink.src="http://common.numerigraphe.com/cgi-bin/stats.cgi?linkurl="+escape(linkurl)+"&site="+site+"&page="+escape(page)+"&cookie="+cookie+"&nocache="+Math.random();
}
