if(typeof AiN == "undefined") AiN={};
if(typeof AiN.AiB == "undefined") AiN.AiB={};
if(typeof AiN.AiB.Site == "undefined") AiN.AiB.Site={};
if(typeof AiN.AiB.Site.group_class == "undefined") AiN.AiB.Site.group_class={};
AiN.AiB.Site.group_class = function() {};
Object.extend(AiN.AiB.Site.group_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PostAGShoutout: function(toID, fromID, message) {
		return this.invoke("PostAGShoutout", {"toID":toID, "fromID":fromID, "message":message}, this.PostAGShoutout.getArguments().slice(3));
	},
	DeleteShoutout: function(id) {
		return this.invoke("DeleteShoutout", {"id":id}, this.DeleteShoutout.getArguments().slice(1));
	},
	url: '/ajaxpro/AiN.AiB.Site.group,AiN.AiB.Site.ashx'
}));
AiN.AiB.Site.group = new AiN.AiB.Site.group_class();

