if(typeof WebAspx == "undefined") WebAspx={};
if(typeof WebAspx.Ajax == "undefined") WebAspx.Ajax={};
if(typeof WebAspx.Ajax.All_Model == "undefined") WebAspx.Ajax.All_Model={};
WebAspx.Ajax.All_Model_class = function() {};
Object.extend(WebAspx.Ajax.All_Model_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	All_ModelInfoList_byType: function(type) {
		return this.invoke("All_ModelInfoList_byType", {"type":type}, this.All_ModelInfoList_byType.getArguments().slice(1));
	},
	C_ModelInfoList_byType: function(user_id, c_model) {
		return this.invoke("C_ModelInfoList_byType", {"user_id":user_id, "c_model":c_model}, this.C_ModelInfoList_byType.getArguments().slice(2));
	},
	GetTime: function() {
		return this.invoke("GetTime", {}, this.GetTime.getArguments().slice(0));
	},
	GetCompanyUrl: function(Key, cx_model, c_model, ddCity1, ddCity2, vip) {
		return this.invoke("GetCompanyUrl", {"Key":Key, "cx_model":cx_model, "c_model":c_model, "ddCity1":ddCity1, "ddCity2":ddCity2, "vip":vip}, this.GetCompanyUrl.getArguments().slice(6));
	},
	GetNewsUrl: function(Key, cx_model, dd_time, pic) {
		return this.invoke("GetNewsUrl", {"Key":Key, "cx_model":cx_model, "dd_time":dd_time, "pic":pic}, this.GetNewsUrl.getArguments().slice(4));
	},
	url: '/ajaxpro/WebAspx.Ajax.All_Model,Ajax.ashx'
}));
WebAspx.Ajax.All_Model = new WebAspx.Ajax.All_Model_class();

