window.addEvent('domready', function(){
    Cookie.write('test_JS', 'actif', {domain: document.domain, duration:1, 'path':'/'});
});
