function getcartrandom(shopkey){var a=1-16000;var b=Math.random();var c=parseInt(a*b+16000);var d=c.toString();var currentTime=new Date();var m=currentTime.getMonth()+1;var day=currentTime.getDate();var y=currentTime.getFullYear();var ystr=y.toString();var datestr=m.toString()+day.toString()+ystr.substring(2,4);uniquenumber=shopkey+d+"-"+datestr;return uniquenumber;}function openshirutpage(url,wth,hght){if(wth=="")wth='790';if(hght=="")hght='400';window.open(url,'','TOP=50,LEFT=100,WIDTH='+wth+',HEIGHT='+hght+',scrollbars');}function GetCookie(name){var arg=name+"=";var alen=arg.length;var clen=document.cookie.length;var i=0;while(i<clen){var j=i+alen;if(document.cookie.substring(i,j)==arg){return getCookieVal(j);}i=document.cookie.indexOf(" ",i)+1;if(i==0)break;}return null;}function getCookieVal(offset){var endstr=document.cookie.indexOf(";",offset);if(endstr==-1){endstr=document.cookie.length;}return unescape(document.cookie.substring(offset,endstr));}function delCookie(name,path,domain){if(GetCookie(name)){document.cookie=name+"="+((path==null)?"":"; path="+path)+((domain==null)?"":"; domain="+domain)+"; expires=Thu, 01-Jan-70 00:00:01 GMT";}}function SetCookie(name,value,expiresday,path,domain,secure){expiry=1000*60*60*(24*((expiresday)?expiresday:1));var the_date=new Date();the_date.setTime(the_date.getTime()+expiry);var the_cookie_date=the_date.toGMTString();var curCookie=(name?(name+"="):"mokcode=")+(value?escape(value):escape("456"))+";expires="+the_cookie_date+(path?("; path="+path):"")+(domain?("; domain="+domain):"")+(secure?"; secure":"");document.cookie=curCookie;}function changemokdan(){var form=document.forms[0];var db=form.dbname.value;var nwin=window.open('/'+db+'/login?openform','','TOP=220,LEFT=250,WIDTH=250,HEIGHT=150,scrollbars=NO');}

