if(typeof Modules_Plugin_Vote_Vote == "undefined") Modules_Plugin_Vote_Vote={};
Modules_Plugin_Vote_Vote_class = function() {};
Object.extend(Modules_Plugin_Vote_Vote_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	VoteAnswer: function(answer) {
		return this.invoke("VoteAnswer", {"answer":answer}, this.VoteAnswer.getArguments().slice(1));
	},
	url: '/ajaxpro/Modules_Plugin_Vote_Vote,App_Web_pfhgvqyw.ashx'
}));
Modules_Plugin_Vote_Vote = new Modules_Plugin_Vote_Vote_class();


