if(typeof Homekeys == "undefined") Homekeys={};
if(typeof Homekeys.Default == "undefined") Homekeys.Default={};
Homekeys.Default_class = function() {};
Object.extend(Homekeys.Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CountyListChanged: function(strState, strCounty) {
		return this.invoke("CountyListChanged", {"strState":strState, "strCounty":strCounty}, this.CountyListChanged.getArguments().slice(2));
	},
	CityListChanged: function(strState, strCounty, strCity) {
		return this.invoke("CityListChanged", {"strState":strState, "strCounty":strCounty, "strCity":strCity}, this.CityListChanged.getArguments().slice(3));
	},
	ZipcodeListChanged: function(strState, strCounty, strZipcode) {
		return this.invoke("ZipcodeListChanged", {"strState":strState, "strCounty":strCounty, "strZipcode":strZipcode}, this.ZipcodeListChanged.getArguments().slice(3));
	},
	url: '/ajaxpro/Homekeys.Default,App_Web_mdzmagj9.ashx'
}));
Homekeys.Default = new Homekeys.Default_class();

