function writePhpTACookie(){date=new Date;date.setMonth(date.getMonth()+1);var a="phpTA_resolution",b=screen.width+"x"+screen.height,c="peinture-guybarraud.com",d="/";document.cookie=a+"="+escape(b)+"; expires="+date.toGMTString()+"; path="+d+"; domain="+c}window.onload=writePhpTACookie();document.oncontextmenu=new Function("return false");