addNamespace("RxjhWeb.Common");
RxjhWeb.Common.AjaxClass_class = Class.create();
Object.extend(RxjhWeb.Common.AjaxClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCard: function(it) {
		return this.invoke("GetCard", {"it":it}, this.GetCard.getArguments().slice(1));
	},
	GetIndexGg: function() {
		return this.invoke("GetIndexGg", {}, this.GetIndexGg.getArguments().slice(0));
	},
	GetindexLogo: function(txt) {
		return this.invoke("GetindexLogo", {"txt":txt}, this.GetindexLogo.getArguments().slice(1));
	},
	GetCityList: function(car) {
		return this.invoke("GetCityList", {"car":car}, this.GetCityList.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/RxjhWeb.Common.AjaxClass,RxjhWeb.ashx';
	}
}));
RxjhWeb.Common.AjaxClass = new RxjhWeb.Common.AjaxClass_class();

