AjaxProcess_class = function() {};
Object.extend(AjaxProcess_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckMemberID: function(logonID) {
		return this.invoke("CheckMemberID", {"logonID":logonID}, this.CheckMemberID.getArguments().slice(1));
	},
	HandleCategoryInfo: function(strKind, archivesID, archivesName, sortKey) {
		return this.invoke("HandleCategoryInfo", {"strKind":strKind, "archivesID":archivesID, "archivesName":archivesName, "sortKey":sortKey}, this.HandleCategoryInfo.getArguments().slice(4));
	},
	DelBlogMember: function(logonID) {
		return this.invoke("DelBlogMember", {"logonID":logonID}, this.DelBlogMember.getArguments().slice(1));
	},
	GetMemberFindID: function(email) {
		return this.invoke("GetMemberFindID", {"email":email}, this.GetMemberFindID.getArguments().slice(1));
	},
	GetMemberFindPassword: function(logonID, strHintType, strHintAnswer) {
		return this.invoke("GetMemberFindPassword", {"logonID":logonID, "strHintType":strHintType, "strHintAnswer":strHintAnswer}, this.GetMemberFindPassword.getArguments().slice(3));
	},
	SetPollVote: function(pollMessageID, userID, selectAnswer, strMember, strIP) {
		return this.invoke("SetPollVote", {"pollMessageID":pollMessageID, "userID":userID, "selectAnswer":selectAnswer, "strMember":strMember, "strIP":strIP}, this.SetPollVote.getArguments().slice(5));
	},
	DelPollInfo: function(pollID) {
		return this.invoke("DelPollInfo", {"pollID":pollID}, this.DelPollInfo.getArguments().slice(1));
	},
	DelFavorite: function(siteID) {
		return this.invoke("DelFavorite", {"siteID":siteID}, this.DelFavorite.getArguments().slice(1));
	},
	GetPasswordInfo: function(checkType, postID, seqID) {
		return this.invoke("GetPasswordInfo", {"checkType":checkType, "postID":postID, "seqID":seqID}, this.GetPasswordInfo.getArguments().slice(3));
	},
	DelGuestBook: function(guestType, seqID) {
		return this.invoke("DelGuestBook", {"guestType":guestType, "seqID":seqID}, this.DelGuestBook.getArguments().slice(2));
	},
	CreateGuestBook: function(guestType, seqID, strName, strPassword, strMessenger, strHomePage, strContent, strImagePath) {
		return this.invoke("CreateGuestBook", {"guestType":guestType, "seqID":seqID, "strName":strName, "strPassword":strPassword, "strMessenger":strMessenger, "strHomePage":strHomePage, "strContent":strContent, "strImagePath":strImagePath}, this.CreateGuestBook.getArguments().slice(8));
	},
	DelComment: function(postID, seqID, commentType) {
		return this.invoke("DelComment", {"postID":postID, "seqID":seqID, "commentType":commentType}, this.DelComment.getArguments().slice(3));
	},
	DelPost: function(postID) {
		return this.invoke("DelPost", {"postID":postID}, this.DelPost.getArguments().slice(1));
	},
	DelMessage: function(messageID, messageKindID) {
		return this.invoke("DelMessage", {"messageID":messageID, "messageKindID":messageKindID}, this.DelMessage.getArguments().slice(2));
	},
	SetComment: function(htable, strKind, postID, commentType, seqID, creatorID, creatorName, commentPassword, mailAddress, homePage, commentContent) {
		return this.invoke("SetComment", {"htable":htable, "strKind":strKind, "postID":postID, "commentType":commentType, "seqID":seqID, "creatorID":creatorID, "creatorName":creatorName, "commentPassword":commentPassword, "mailAddress":mailAddress, "homePage":homePage, "commentContent":commentContent}, this.SetComment.getArguments().slice(11));
	},
	url: '/ajaxpro/AjaxProcess,App_Code.lgduljik.ashx'
}));
AjaxProcess = new AjaxProcess_class();

