addNamespace("huntershow");
huntershow_class = Class.create();
Object.extend(huntershow_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/huntershow,App_Web_huntershow.aspx.cdcab7d2.ashx';
	}
}));
huntershow = new huntershow_class();


