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

