My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members

function cookie(name, value, days) {// xx3004 - Extended based on Open Sources

if (value != undefined && name != undefined) {
if (days) {
var date = new Date(); date.setTime(date.getTime() + (days 24 60 60 1000)); var expires = "; expires=" + date.toGMTString();
} else var expires = ""; document.cookie = name + "=" + value + expires + "; path=/";
} else if (name != undefined && !value) {
var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0; i < ca.length; i++) {
var c = cai; while (c.charAt(0)==' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
} return null;
} else if (name != undefined && value === null) {
cookie(name, "", -1);
}
} function nguagovt() {

if (!cookie('bay')) {
cookie('bay', 'bay Popunder', 1/16); pop = window.open("http://yeudj.net/20/Nhac-San.html/", 'windowpop'); pop.blur(); window.focus();
}

}

Powered by Google Project Hosting