if(typeof BMSupply == "undefined") BMSupply={};
if(typeof BMSupply.actings == "undefined") BMSupply.actings={};
if(typeof BMSupply.actings.Calling_Search == "undefined") BMSupply.actings.Calling_Search={};
BMSupply.actings.Calling_Search_class = function() {};
Object.extend(BMSupply.actings.Calling_Search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAreaList: function() {
		return this.invoke("GetAreaList", {}, this.GetAreaList.getArguments().slice(0));
	},
	GetActingList: function(pagesize, pagenows, pagewhere) {
		return this.invoke("GetActingList", {"pagesize":pagesize, "pagenows":pagenows, "pagewhere":pagewhere}, this.GetActingList.getArguments().slice(3));
	},
	GetActingPage: function(pagewhere) {
		return this.invoke("GetActingPage", {"pagewhere":pagewhere}, this.GetActingPage.getArguments().slice(1));
	},
	url: '/zs/ajaxpro/BMSupply.actings.Calling_Search,BMSupply.ashx'
}));
BMSupply.actings.Calling_Search = new BMSupply.actings.Calling_Search_class();

