BuyACarAjax_class = function() {};
Object.extend(BuyACarAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMakeModelsForCollection: function(make) {
		return this.invoke("GetMakeModelsForCollection", {"make":make}, this.GetMakeModelsForCollection.getArguments().slice(1));
	},
	url: '/ajaxpro/BuyACarAjax,WheelsSite.ashx'
}));
BuyACarAjax = new BuyACarAjax_class();


