if(typeof LocalWhitePagesServiceJSONWrapper == "undefined") LocalWhitePagesServiceJSONWrapper={};
LocalWhitePagesServiceJSONWrapper_class = function() {};
Object.extend(LocalWhitePagesServiceJSONWrapper_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FindPersons: function(query) {
		return this.invoke("FindPersons", {"query":query}, this.FindPersons.getArguments().slice(1));
	},
	url: '/ajaxpro/LocalWhitePagesServiceJSONWrapper,App_SubCode_Directory.oxcvscvj.ashx'
}));
LocalWhitePagesServiceJSONWrapper = new LocalWhitePagesServiceJSONWrapper_class();


