if(typeof Employee_Index == "undefined") Employee_Index={};
Employee_Index_class = function() {};
Object.extend(Employee_Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSearchItems: function(query) {
		return this.invoke("GetSearchItems", {"query":query}, this.GetSearchItems.getArguments().slice(1));
	},
	url: '/ajaxpro/Employee_Index,App_Web_zjz2tmb5.ashx'
}));
Employee_Index = new Employee_Index_class();

