AjaxHome_class = function() {};
Object.extend(AjaxHome_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerSide_Findrelatedaddress: function(Streetnumber, Streetaddress, strunit, strCity, strState, zipcode) {
		return this.invoke("ServerSide_Findrelatedaddress", {"Streetnumber":Streetnumber, "Streetaddress":Streetaddress, "strunit":strunit, "strCity":strCity, "strState":strState, "zipcode":zipcode}, this.ServerSide_Findrelatedaddress.getArguments().slice(6));
	},
	ServerSide_SelectProperty: function(selectingoption) {
		return this.invoke("ServerSide_SelectProperty", {"selectingoption":selectingoption}, this.ServerSide_SelectProperty.getArguments().slice(1));
	},
	AddressNotFoundEmailed: function(strUserEmailID, strUserName, strZipCode) {
		return this.invoke("AddressNotFoundEmailed", {"strUserEmailID":strUserEmailID, "strUserName":strUserName, "strZipCode":strZipCode}, this.AddressNotFoundEmailed.getArguments().slice(3));
	},
	PutAssessedValue: function(strAssessedValue) {
		return this.invoke("PutAssessedValue", {"strAssessedValue":strAssessedValue}, this.PutAssessedValue.getArguments().slice(1));
	},
	url: '/ajaxpro/user_Default,App_Web_bvfd3e6b.ashx'
}));
AjaxHome = new AjaxHome_class();

