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(strCounty) {
		return this.invoke("CountyListChanged", {"strCounty":strCounty}, this.CountyListChanged.getArguments().slice(1));
	},
	url: '/ajaxpro/Homekeys.Default,App_Web_6gcfut7e.ashx'
}));
Homekeys.Default = new Homekeys.Default_class();

