// cached javascript var AjaxFunc = { GetSubType:function(TypeID,callback,context){return new ajax_request(this.url + '?_method=GetSubType&_session=r','TypeID=' + enc(TypeID),callback, context);}, GetParentType:function(callback,context){return new ajax_request(this.url + '?_method=GetParentType&_session=r','',callback, context);}, GetAll_App:function(callback,context){return new ajax_request(this.url + '?_method=GetAll_App&_session=r','',callback, context);}, GetSubByParentId_App_Type:function(parentid,callback,context){return new ajax_request(this.url + '?_method=GetSubByParentId_App_Type&_session=r','parentid=' + enc(parentid),callback, context);}, GetAll_Industry:function(callback,context){return new ajax_request(this.url + '?_method=GetAll_Industry&_session=r','',callback, context);}, GetAll_Offer:function(callback,context){return new ajax_request(this.url + '?_method=GetAll_Offer&_session=r','',callback, context);}, GetWebDomain_UrlByNodeID:function(nodeid,callback,context){return new ajax_request(this.url + '?_method=GetWebDomain_UrlByNodeID&_session=r','nodeid=' + enc(nodeid),callback, context);}, url:'/LIST/ajax/WeaseekV2.Business.AjaxFunc,Business.ashx' }