home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
tema
/
neural
/
webtest
/
Slovniky
/
fotbal
/
cookies.js
next >
Wrap
Text File
|
2001-06-21
|
415b
|
1 lines
function C(O){if(document.cookie.length>0){begin=document.cookie.indexOf(O+"=");if(begin!=-1){begin+=O.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(O,y1,o1){var T=new Date();T.setTime(T.getTime()+(o1*24*3600*1000));document.cookie=O+"="+escape(y1)+((o1==null)?"":"; expires="+T.toGMTString());}