if(typeof UCStationSearchPanel == "undefined") UCStationSearchPanel={};
UCStationSearchPanel_class = function() {};
Object.extend(UCStationSearchPanel_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetModels: function(brand) {
		return this.invoke("GetModels", {"brand":brand}, this.GetModels.getArguments().slice(1));
	},
	GetCities: function(province) {
		return this.invoke("GetCities", {"province":province}, this.GetCities.getArguments().slice(1));
	},
	url: '/ajaxpro/UCStationSearchPanel,App_Web_ucstationsearchpanel.ascx.d8886384.ashx'
}));
UCStationSearchPanel = new UCStationSearchPanel_class();

