if(typeof Modules_Plugins_Vote_Vote == "undefined") Modules_Plugins_Vote_Vote={};
Modules_Plugins_Vote_Vote_class = function() {};
Object.extend(Modules_Plugins_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_Plugins_Vote_Vote,App_Web_twph_ikc.ashx'
}));
Modules_Plugins_Vote_Vote = new Modules_Plugins_Vote_Vote_class();

