if(typeof Web == "undefined") Web={};
if(typeof Web.usercontrols == "undefined") Web.usercontrols={};
if(typeof Web.usercontrols.Repower_class == "undefined") Web.usercontrols.Repower_class={};
Web.usercontrols.Repower_class = function() {};
Object.extend(Web.usercontrols.Repower_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getStatesByCountry: function(countryId) {
		return this.invoke("getStatesByCountry", {"countryId":countryId}, this.getStatesByCountry.getArguments().slice(1));
	},
	getDealersByCountryAndPostcode: function(country, postcode, state, engineType) {
		return this.invoke("getDealersByCountryAndPostcode", {"country":country, "postcode":postcode, "state":state, "engineType":engineType}, this.getDealersByCountryAndPostcode.getArguments().slice(4));
	},
	url: '/ajaxpro/Web.usercontrols.Repower,Web.ashx'
}));
Web.usercontrols.Repower = new Web.usercontrols.Repower_class();

