if(typeof Club == "undefined") Club={};
Club_class = function() {};
Object.extend(Club_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddElement: function(Name, Age, Email) {
		return this.invoke("AddElement", {"Name":Name, "Age":Age, "Email":Email}, this.AddElement.getArguments().slice(3));
	},
	url: '/ajaxpro/Club,App_Web_07all4ya.ashx'
}));
Club = new Club_class();

