if(typeof Homekeys == "undefined") Homekeys={};
if(typeof Homekeys.ForSaleByOwner == "undefined") Homekeys.ForSaleByOwner={};
if(typeof Homekeys.ForSaleByOwner.Default == "undefined") Homekeys.ForSaleByOwner.Default={};
Homekeys.ForSaleByOwner.Default_class = function() {};
Object.extend(Homekeys.ForSaleByOwner.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.ForSaleByOwner.Default,App_Web_gtyeby41.ashx'
}));
Homekeys.ForSaleByOwner.Default = new Homekeys.ForSaleByOwner.Default_class();

