if(typeof AspDotNetStorefrontCommon == "undefined") AspDotNetStorefrontCommon={};
AspDotNetStorefrontCommon.AjaxMethods_class = function() {};
Object.extend(AspDotNetStorefrontCommon.AjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDealersForState: function(state) {
		return this.invoke("GetDealersForState", {"state":state}, this.GetDealersForState.getArguments().slice(1));
	},
	url: '/ajaxpro/AspDotNetStorefrontCommon.AjaxMethods,AspDotNetStorefrontCommon.ashx'
}));
AspDotNetStorefrontCommon.AjaxMethods = new AspDotNetStorefrontCommon.AjaxMethods_class();

