var pub; var pubw; var popw = "0"; var pubaff; var V; var visite; var visiteur; function URLencode(sStr) { return escape(sStr).replace(/\+/g, '%2C').replace(/\"/g,'%22').replace(/\'/g, '%27'); } function EcrireCookie(nom, valeur) { var argv=EcrireCookie.arguments; var argc=EcrireCookie.arguments.length; var expires=(argc > 2) ? argv[2] : null; var path=(argc > 3) ? argv[3] : null; var domain=(argc > 4) ? argv[4] : null; var secure=(argc > 5) ? argv[5] : false; document.cookie=nom+"="+escape(valeur)+ ((expires==null) ? "" : ("; expires="+expires.toGMTString()))+ ((path==null) ? "" : ("; path="+path))+ ((domain==null) ? "" : ("; domain="+domain))+ ((secure==true) ? "; secure" : ""); } function getCookieVal(offset) { var endstr=document.cookie.indexOf (";", offset); if (endstr==-1) endstr=document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function LireCookie(nom) { var arg=nom+"="; var alen=arg.length; var clen=document.cookie.length; var i=0; while (icompteur"); document.write(""); document.write(''); var urlr = document.referrer; if (urlr != '' && V=='u') { /* Appel de la publicite */ document.write(''); } cptjs1="http://www.compteur.com/cpt/cpt?ID=338536&num=2&V=" + V + "&pub=" + pub + "&popw=" + popw + "&pubaff=" + pubaff + "&inv=0&ref=" + escape(document.referrer); document.write(""); if (!visiteur){ var d = new Date; d.setDate(d.getDate() + 7); EcrireCookie('visiteurcpt_2', 1, d); } EcrireCookie('visitecpt_2', 1);