if(typeof MyAjaxMethods == "undefined") MyAjaxMethods={};
MyAjaxMethods_class = function() {};
Object.extend(MyAjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	searchGovPrice: function(_province, _city, _key) {
		return this.invoke("searchGovPrice", {"_province":_province, "_city":_city, "_key":_key}, this.searchGovPrice.getArguments().slice(3));
	},
	getagent: function(provinceid) {
		return this.invoke("getagent", {"provinceid":provinceid}, this.getagent.getArguments().slice(1));
	},
	getcostsecondkind: function(_kind) {
		return this.invoke("getcostsecondkind", {"_kind":_kind}, this.getcostsecondkind.getArguments().slice(1));
	},
	getsoftwaresecondkind: function(_kind) {
		return this.invoke("getsoftwaresecondkind", {"_kind":_kind}, this.getsoftwaresecondkind.getArguments().slice(1));
	},
	getfilethirdkind: function(_secondkindid) {
		return this.invoke("getfilethirdkind", {"_secondkindid":_secondkindid}, this.getfilethirdkind.getArguments().slice(1));
	},
	getfilesecondkind: function(_department) {
		return this.invoke("getfilesecondkind", {"_department":_department}, this.getfilesecondkind.getArguments().slice(1));
	},
	getCitywithProvince: function(_provinceID) {
		return this.invoke("getCitywithProvince", {"_provinceID":_provinceID}, this.getCitywithProvince.getArguments().slice(1));
	},
	getfilehouseDS: function(_department) {
		return this.invoke("getfilehouseDS", {"_department":_department}, this.getfilehouseDS.getArguments().slice(1));
	},
	checkSoftwareDog: function(_SoftwareDog) {
		return this.invoke("checkSoftwareDog", {"_SoftwareDog":_SoftwareDog}, this.checkSoftwareDog.getArguments().slice(1));
	},
	getMartSort: function(_martbreedid) {
		return this.invoke("getMartSort", {"_martbreedid":_martbreedid}, this.getMartSort.getArguments().slice(1));
	},
	getMartEmbodySort: function(_martsortid) {
		return this.invoke("getMartEmbodySort", {"_martsortid":_martsortid}, this.getMartEmbodySort.getArguments().slice(1));
	},
	checkUserName: function(_UserName, _UserType) {
		return this.invoke("checkUserName", {"_UserName":_UserName, "_UserType":_UserType}, this.checkUserName.getArguments().slice(2));
	},
	RegNormalUser: function(mc) {
		return this.invoke("RegNormalUser", {"mc":mc}, this.RegNormalUser.getArguments().slice(1));
	},
	returnClass: function() {
		return this.invoke("returnClass", {}, this.returnClass.getArguments().slice(0));
	},
	Test01: function(input) {
		return this.invoke("Test01", {"input":input}, this.Test01.getArguments().slice(1));
	},
	Test02: function(d) {
		return this.invoke("Test02", {"d":d}, this.Test02.getArguments().slice(1));
	},
	Test03: function(i) {
		return this.invoke("Test03", {"i":i}, this.Test03.getArguments().slice(1));
	},
	Test04: function(list) {
		return this.invoke("Test04", {"list":list}, this.Test04.getArguments().slice(1));
	},
	Test05: function(d) {
		return this.invoke("Test05", {"d":d}, this.Test05.getArguments().slice(1));
	},
	Test06: function(ds) {
		return this.invoke("Test06", {"ds":ds}, this.Test06.getArguments().slice(1));
	},
	Test07: function(b) {
		return this.invoke("Test07", {"b":b}, this.Test07.getArguments().slice(1));
	},
	Test08: function(s) {
		return this.invoke("Test08", {"s":s}, this.Test08.getArguments().slice(1));
	},
	Test09: function(s) {
		return this.invoke("Test09", {"s":s}, this.Test09.getArguments().slice(1));
	},
	Test10: function(d) {
		return this.invoke("Test10", {"d":d}, this.Test10.getArguments().slice(1));
	},
	Test11: function(c) {
		return this.invoke("Test11", {"c":c}, this.Test11.getArguments().slice(1));
	},
	Test12: function() {
		return this.invoke("Test12", {}, this.Test12.getArguments().slice(0));
	},
	Test13: function(c) {
		return this.invoke("Test13", {"c":c}, this.Test13.getArguments().slice(1));
	},
	Test14: function() {
		return this.invoke("Test14", {}, this.Test14.getArguments().slice(0));
	},
	Test15: function(c) {
		return this.invoke("Test15", {"c":c}, this.Test15.getArguments().slice(1));
	},
	Test16: function() {
		return this.invoke("Test16", {}, this.Test16.getArguments().slice(0));
	},
	Test17: function(dt) {
		return this.invoke("Test17", {"dt":dt}, this.Test17.getArguments().slice(1));
	},
	Test18: function() {
		return this.invoke("Test18", {}, this.Test18.getArguments().slice(0));
	},
	Test19: function() {
		return this.invoke("Test19", {}, this.Test19.getArguments().slice(0));
	},
	Test20: function() {
		return this.invoke("Test20", {}, this.Test20.getArguments().slice(0));
	},
	Test21: function(e) {
		return this.invoke("Test21", {"e":e}, this.Test21.getArguments().slice(1));
	},
	Test22: function(o) {
		return this.invoke("Test22", {"o":o}, this.Test22.getArguments().slice(1));
	},
	Test23: function(xml) {
		return this.invoke("Test23", {"xml":xml}, this.Test23.getArguments().slice(1));
	},
	Test24: function() {
		return this.invoke("Test24", {}, this.Test24.getArguments().slice(0));
	},
	Test25: function(s, n) {
		return this.invoke("Test25", {"s":s, "n":n}, this.Test25.getArguments().slice(2));
	},
	url: '/ajaxpro/MyAjaxMethods,App_Code.ashx'
}));
MyAjaxMethods = new MyAjaxMethods_class();

