var LoginPage = { GetCheckLogin:function(pUserID,pPwd,callback,context){return new ajax_request(this.url + '?_method=GetCheckLogin&_session=rw','pUserID=' + enc(pUserID)+ '\r\npPwd=' + enc(pPwd),callback, context);}, SetUserCookies:function(pUserID,pCookieSaveYN,callback,context){return new ajax_request(this.url + '?_method=SetUserCookies&_session=rw','pUserID=' + enc(pUserID)+ '\r\npCookieSaveYN=' + enc(pCookieSaveYN),callback, context);}, url:'/ajax/LoginPage,App_Web_b3tm3n0p.ashx' }