var Plan = { GetLocation:function(yerId,callback,context){return new ajax_request(this.url + '?_method=GetLocation&_session=no','yerId=' + enc(yerId),callback, context);}, GetYerTipiLocationList:function(yerTipId,bolgeId,callback,context){return new ajax_request(this.url + '?_method=GetYerTipiLocationList&_session=no','yerTipId=' + enc(yerTipId)+ '\r\nbolgeId=' + enc(bolgeId),callback, context);}, GetPublicLocationList:function(bolumTipId,bolgeId,callback,context){return new ajax_request(this.url + '?_method=GetPublicLocationList&_session=no','bolumTipId=' + enc(bolumTipId)+ '\r\nbolgeId=' + enc(bolgeId),callback, context);}, url:'/ajax/IBoard.Web.Plan.Plan,IBoard.Web.ashx' }