if(typeof Web == "undefined") Web={};
if(typeof Web.Person == "undefined") Web.Person={};
if(typeof Web.Person.index_class == "undefined") Web.Person.index_class={};
Web.Person.index_class = function() {};
Object.extend(Web.Person.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	BindJobType: function(trade) {
		return this.invoke("BindJobType", {"trade":trade}, this.BindJobType.getArguments().slice(1));
	},
	BindCity: function(place) {
		return this.invoke("BindCity", {"place":place}, this.BindCity.getArguments().slice(1));
	},
	url: '/ajaxpro/Web.Person.index,Web.ashx'
}));
Web.Person.index = new Web.Person.index_class();


