|
|
|
|
|
by arnabc
4560 days ago
|
|
I liked this JS function one of the JS files in that page, specially the name of the cookie "Gabbar": function fun() {
var new_dte= new Date(2005,1,1);
setCookie("Gabbar","#!#0",new_dte);
setCookie("hitsscore",hitsscore+"~",new_dte);
}
|
|