if(typeof Organization_Default == "undefined") Organization_Default={};
Organization_Default_class = function() {};
Object.extend(Organization_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetVolunteer: function(action, g) {
		return this.invoke("SetVolunteer", {"action":action, "g":g}, this.SetVolunteer.getArguments().slice(2));
	},
	SetWatch: function(action, g) {
		return this.invoke("SetWatch", {"action":action, "g":g}, this.SetWatch.getArguments().slice(2));
	},
	GetChildEvents: function(EventID, GroupGUID) {
		return this.invoke("GetChildEvents", {"EventID":EventID, "GroupGUID":GroupGUID}, this.GetChildEvents.getArguments().slice(2));
	},
	url: '/DoMorePortal/ajaxpro/Organization_Default,DoMorePortal.ashx'
}));
Organization_Default = new Organization_Default_class();

