if(typeof MCPollHandler == "undefined") MCPollHandler={};
MCPollHandler_class = function() {};
Object.extend(MCPollHandler_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	VotePoll: function(pollID, answerID) {
		return this.invoke("VotePoll", {"pollID":pollID, "answerID":answerID}, this.VotePoll.getArguments().slice(2));
	},
	PollStats: function(pollID) {
		return this.invoke("PollStats", {"pollID":pollID}, this.PollStats.getArguments().slice(1));
	},
	url: '/Handlers/ajaxpro/FearNet.Web.Handlers.MCPollHandler,FearNet.Web.ashx'
}));
MCPollHandler = new MCPollHandler_class();

