function setCookiePostaPanduri(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = 'expires=' + d.toUTCString(); document.cookie = cname + '=' + cvalue + ';' + expires + ';path=/'; } setCookiePostaPanduri('postapanduri', '{"default_dpid": 1,"default_dpname": "Panduri 71","info": "Comanda acum si poti ridica coletul maine dupa ora 16:00","judet": "Bucuresti","localitate": "Sector 5","adresa": "Sos. Panduri 71","tip": "default","default_dptip": "1"}', 120);