apl_ps_Beats Studio Buds
A collection page of Machines
category
Products
3
Active ads
0
Depth
—
Published
2023/12/07
About
//Set the number of days before your cookie should expire var ExpireDays = 3; //Do not change anything below this line qstr = document.location.search; qstr = qstr.substring(1, qstr.length); function SetCookie(cookieName, cookieValue, nDays) { var today = new Date(); var expire = new Date(); if (nDays == null || nDays == 0) nDays = 1; expire.setTime(today.getTime() + 3600000 * 24 * nDays); document.cookie = cookieName + "=" + escape(cookieValue) + "; expires=" + expire.toGMTString() + "; path=/"; } thevars = qstr.split("&"); for (i = 0; i