function getCookie(_1){
var _2=_1+"=";
var dc=document.cookie;
if(dc.length>0){
begin=dc.indexOf(_2);
if(begin!=-1){
begin+=_2.length;
end=dc.indexOf(";",begin);
if(end==-1){
end=dc.length;
}
return unescape(dc.substring(begin,end));
}
}
return null;
};
function setCookie(_3,_4,_5,_6,_7,_8){
var _9=null;
if(_5){
_9=new Date();
_9.setTime(_9.getTime()+(_5*1000));
}
document.cookie=_3+"="+escape(_4)+((_9==null)?"":"; expires="+_9.toGMTString())+("; path="+_6?_6:"/")+("; domain="+_7?_7:".friend2friendlocal.com")+((_8==null)?"":"; secure");
};
function delCookie(_a,_b,_c,_d){
setCookie(_a,"",-1,_b,_c,_d);
};

