if(typeof AjaxFunctions == "undefined") AjaxFunctions={};
AjaxFunctions_class = function() {};
Object.extend(AjaxFunctions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PollCompanyVote: function(companyID, weight) {
		return this.invoke("PollCompanyVote", {"companyID":companyID, "weight":weight}, this.PollCompanyVote.getArguments().slice(2));
	},
	PollCommentVote: function(commentID, weight) {
		return this.invoke("PollCommentVote", {"commentID":commentID, "weight":weight}, this.PollCommentVote.getArguments().slice(2));
	},
	PollSubCommentVote: function(subcommentID, weight) {
		return this.invoke("PollSubCommentVote", {"subcommentID":subcommentID, "weight":weight}, this.PollSubCommentVote.getArguments().slice(2));
	},
	VerifyUserName: function(userName) {
		return this.invoke("VerifyUserName", {"userName":userName}, this.VerifyUserName.getArguments().slice(1));
	},
	AddUserAsFriend: function(friendID) {
		return this.invoke("AddUserAsFriend", {"friendID":friendID}, this.AddUserAsFriend.getArguments().slice(1));
	},
	AdminPollCommentVote: function(commentID, weight, count) {
		return this.invoke("AdminPollCommentVote", {"commentID":commentID, "weight":weight, "count":count}, this.AdminPollCommentVote.getArguments().slice(3));
	},
	AdminPollSubCommentVote: function(subcommentID, weight, count) {
		return this.invoke("AdminPollSubCommentVote", {"subcommentID":subcommentID, "weight":weight, "count":count}, this.AdminPollSubCommentVote.getArguments().slice(3));
	},
	AdminDeleteCommentTag: function(commentID, tagID) {
		return this.invoke("AdminDeleteCommentTag", {"commentID":commentID, "tagID":tagID}, this.AdminDeleteCommentTag.getArguments().slice(2));
	},
	AdminAddCommentTag: function(commentID, tagID) {
		return this.invoke("AdminAddCommentTag", {"commentID":commentID, "tagID":tagID}, this.AdminAddCommentTag.getArguments().slice(2));
	},
	AdminAddNewCommentTag: function(commentID, tagName) {
		return this.invoke("AdminAddNewCommentTag", {"commentID":commentID, "tagName":tagName}, this.AdminAddNewCommentTag.getArguments().slice(2));
	},
	AdminUpdateCommentContent: function(commentID, content) {
		return this.invoke("AdminUpdateCommentContent", {"commentID":commentID, "content":content}, this.AdminUpdateCommentContent.getArguments().slice(2));
	},
	url: '/ajaxpro/AjaxFunctions,App_Code.eczvz76q.ashx'
}));
AjaxFunctions = new AjaxFunctions_class();

