if(typeof UserControls_FindSchool == "undefined") UserControls_FindSchool={};
UserControls_FindSchool_class = function() {};
Object.extend(UserControls_FindSchool_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LookupSchools: function(keyword, state) {
		return this.invoke("LookupSchools", {"keyword":keyword, "state":state}, this.LookupSchools.getArguments().slice(2));
	},
	url: '/ajaxpro/UserControls_FindSchool,Sunskool.Web.ashx'
}));
UserControls_FindSchool = new UserControls_FindSchool_class();

