if(typeof FamilyArchives == "undefined") FamilyArchives={};
if(typeof FamilyArchives.FamilyNotices == "undefined") FamilyArchives.FamilyNotices={};
if(typeof FamilyArchives.FamilyNotices.Web == "undefined") FamilyArchives.FamilyNotices.Web={};
if(typeof FamilyArchives.FamilyNotices.Web.EditNotice == "undefined") FamilyArchives.FamilyNotices.Web.EditNotice={};
FamilyArchives.FamilyNotices.Web.EditNotice_class = function() {};
Object.extend(FamilyArchives.FamilyNotices.Web.EditNotice_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNoticeId: function() {
		return this.invoke("GetNoticeId", {}, this.GetNoticeId.getArguments().slice(0));
	},
	Register: function(username, password, email) {
		return this.invoke("Register", {"username":username, "password":password, "email":email}, this.Register.getArguments().slice(3));
	},
	Login: function(username, password) {
		return this.invoke("Login", {"username":username, "password":password}, this.Login.getArguments().slice(2));
	},
	url: '/ajaxpro/FamilyArchives.FamilyNotices.Web.EditNotice,FamilyArchives.FamilyNotices.Web.ashx'
}));
FamilyArchives.FamilyNotices.Web.EditNotice = new FamilyArchives.FamilyNotices.Web.EditNotice_class();


