if(typeof Web == "undefined") Web={};
if(typeof Web.SearchEnt_class == "undefined") Web.SearchEnt_class={};
Web.SearchEnt_class = function() {};
Object.extend(Web.SearchEnt_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetContacts: function(id) {
		return this.invoke("GetContacts", {"id":id}, this.GetContacts.getArguments().slice(1));
	},
	url: '/ajaxpro/Web.SearchEnt,Web.ashx'
}));
Web.SearchEnt = new Web.SearchEnt_class();

