function encode64(d){for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",c,a,b,g,f=0,h="";f<d.length;){c=d.charCodeAt(f++);if(c>127)c=88;a=d.charCodeAt(f++);if(a>127)a=88;b=d.charCodeAt(f++);if(b>127)b=88;if(isNaN(b)){g=64;b=0}else g=b&63;if(isNaN(a)){b=64;a=0}else b=(a<<2|b>>6)&63;h+=e.charAt(c>>2&63)+e.charAt((c<<4|a>>4)&63)+e.charAt(b)+e.charAt(g)}return encodeURIComponent(h)}
function stats(d){var e=encode64(document.referrer),c=encode64(window.location.pathname+location.search),a=new Date;a=a.getTime();var b=screen.width+"x"+screen.height;document.writeln('<img src="http://www.peinture-guybarraud.com/trafic/count.php?sid='+d+"&p="+c+"&r="+e+"&t="+a+"&res="+b+'" alt="" border="0" />\n')}
function writePhpTACookie(){date=new Date;date.setMonth(date.getMonth()+1);var d="phpTA_resolution",e=screen.width+"x"+screen.height,c="peinture-guybarraud.com",a="/";document.cookie=d+"="+escape(e)+"; expires="+date.toGMTString()+"; path="+a+"; domain="+c}window.onload=writePhpTACookie();document.oncontextmenu=new Function("return false");