addNamespace("seeker_job");
seeker_job_class = Class.create();
Object.extend(seeker_job_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	get_city: function(str, name) {
		return this.invoke("get_city", {"str":str, "name":name}, this.get_city.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/ajaxpro/seeker_job,App_Web_job.aspx.f0693815.ashx';
	}
}));
seeker_job = new seeker_job_class();


