RegStudent_class = function() {};
Object.extend(RegStudent_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRegNotice: function() {
		return this.invoke("GetRegNotice", {}, this.GetRegNotice.getArguments().slice(0));
	},
	url: '/ajaxpro/RegStudent,App_Web_38c-9o60.ashx'
}));
RegStudent = new RegStudent_class();

