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