if(typeof Homekeys == "undefined") Homekeys={};
if(typeof Homekeys.Research_class == "undefined") Homekeys.Research_class={};
Homekeys.Research_class = function() {};
Object.extend(Homekeys.Research_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SearchProperties: function(strSearchState, strCounty, strFolio, strFirstName, strLastName, strAddress) {
		return this.invoke("SearchProperties", {"strSearchState":strSearchState, "strCounty":strCounty, "strFolio":strFolio, "strFirstName":strFirstName, "strLastName":strLastName, "strAddress":strAddress}, this.SearchProperties.getArguments().slice(6));
	},
	SortProperties: function(pProperties, strSortField, strSortOrder) {
		return this.invoke("SortProperties", {"pProperties":pProperties, "strSortField":strSortField, "strSortOrder":strSortOrder}, this.SortProperties.getArguments().slice(3));
	},
	ValidateAuthentication: function() {
		return this.invoke("ValidateAuthentication", {}, this.ValidateAuthentication.getArguments().slice(0));
	},
	url: '/ajaxpro/Homekeys.Research,App_Web_uqshd86j.ashx'
}));
Homekeys.Research = new Homekeys.Research_class();

