if(typeof Mantis == "undefined") Mantis={};
if(typeof Mantis.Reut == "undefined") Mantis.Reut={};
if(typeof Mantis.Reut.Pages == "undefined") Mantis.Reut.Pages={};
if(typeof Mantis.Reut.Pages.Content == "undefined") Mantis.Reut.Pages.Content={};
Mantis.Reut.Pages.Content.TeamControl_class = function() {};
Object.extend(Mantis.Reut.Pages.Content.TeamControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTeamMember: function(memberId) {
		return this.invoke("GetTeamMember", {"memberId":memberId}, this.GetTeamMember.getArguments().slice(1));
	},
	url: '/ajaxpro/Mantis.Reut.Pages.Content.TeamControl,App_Web_72983jzg.ashx'
}));
Mantis.Reut.Pages.Content.TeamControl = new Mantis.Reut.Pages.Content.TeamControl_class();

