home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / tema / neural / webtest / Slovniky / E1 / cookies.js next >
Text File  |  2001-06-22  |  415b  |  1 lines

  1. function E(Q){if(document.cookie.length>0){begin=document.cookie.indexOf(Q+"=");if(begin!=-1){begin+=Q.length+1;end=document.cookie.indexOf(";",begin);if(end==-1)end=document.cookie.length;return unescape(document.cookie.substring(begin,end));}}return null;}function n(Q,s1,o1){var V=new Date();V.setTime(V.getTime()+(o1*24*3600*1000));document.cookie=Q+"="+escape(s1)+((o1==null)?"":"; expires="+V.toGMTString());}