if(typeof SMU == "undefined") SMU={};
if(typeof SMU.AjaxAPI == "undefined") SMU.AjaxAPI={};
if(typeof SMU.AjaxAPI.PeopleDirectory == "undefined") SMU.AjaxAPI.PeopleDirectory={};
SMU.AjaxAPI.PeopleDirectory_class = function() {};
Object.extend(SMU.AjaxAPI.PeopleDirectory_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PersonSearch: function(searchText) {
		return this.invoke("PersonSearch", {"searchText":searchText}, this.PersonSearch.getArguments().slice(1));
	},
	url: '/ajaxpro/SMU.AjaxAPI.PeopleDirectory,SMUSite_deploy.ashx'
}));
SMU.AjaxAPI.PeopleDirectory = new SMU.AjaxAPI.PeopleDirectory_class();

