_YOKA.Passport=new function(){this.setLoginHandler=function(J,I){D[J]=I;};this.setLogoutHandler=function(J,I){B[J]=I;};this.getLoginUserInfo=function(){var M={};var K=_YOKA.CookieManage.getCookie(A,"uid");var N=_YOKA.CookieManage.getCookie(C,"uid");if((K-0)>0){K=parseInt(K);var L=_YOKA.CookieManage.decode_utf8(_YOKA.CookieManage.getCookie(A,"nickName"));if(typeof (L)=="undefined"||L.length<1){L=_YOKA.CookieManage.decode_utf8(_YOKA.CookieManage.getCookie(A,"nickname"));}var J=_YOKA.CookieManage.decode_utf8(_YOKA.CookieManage.getCookie(A,"nick"));var I=_YOKA.CookieManage.getCookie(A,"avatar_url");M={uid:K,username:L,truename:J,avatar:I,track_uid:K,track_name:L};}else{if((N-0)>0){N=parseInt(N);var O=_YOKA.CookieManage.decode_utf8(_YOKA.CookieManage.getCookie(C,"nickName"));if(typeof (O)=="undefined"||O.length<1){O=_YOKA.CookieManage.decode_utf8(_YOKA.CookieManage.getCookie(C,"nickname"));}M={track_uid:N,track_name:O};}}return M;};var H=function(){_YOKA.CookieManage.refresh();var I=_YOKA.CookieManage.getCookie(A,"uid");if(!I||I==""||I=="0"||I<1){I=undefined;}if(!G.uid&&I){F();}else{if(G.uid&&!I){E();}else{if(G.uid!=I){F();}}}};var F=function(){G=_YOKA.Passport.getLoginUserInfo();for(var K in D){var J=D[K];if(J){try{J(G);}catch(I){}}}};var E=function(){for(var K in B){var J=B[K];if(J){try{J(G);}catch(I){}}}G=_YOKA.Passport.getLoginUserInfo();};var A="KM.PASSPORT.MEMBER";var C="KM.PASSPORT.MEMBER.TRACK";var G=this.getLoginUserInfo();var D={};var B={};_YOKA.TimerManage.setTaskHandler("yoka_passport_loghandler",H,3000,0);};