var LoginPage = { SaveTimeZones:function(intTimeZone,strTimeZoneID,callback,context){return new ajax_request(this.url + '?_method=SaveTimeZones&_session=r','intTimeZone=' + enc(intTimeZone)+ '\r\nstrTimeZoneID=' + enc(strTimeZoneID),callback, context);}, Setsession:function(callback,context){return new ajax_request(this.url + '?_method=Setsession&_session=r','',callback, context);}, ChangeDashboardView:function(int0DashboardView,showAlert,callback,context){return new ajax_request(this.url + '?_method=ChangeDashboardView&_session=rw','int0DashboardView=' + enc(int0DashboardView)+ '\r\nshowAlert=' + enc(showAlert),callback, context);}, url:'/Buyerease/ajax/BuyerEaseBH.LoginPage,App_Web_yjxfq24d.ashx' }