if(typeof Controls_PollControl == "undefined") Controls_PollControl={};
Controls_PollControl_class = function() {};
Object.extend(Controls_PollControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Vote: function(pollId, pollAnswerId, view, transformation) {
		return this.invoke("Vote", {"pollId":pollId, "pollAnswerId":pollAnswerId, "view":view, "transformation":transformation}, this.Vote.getArguments().slice(4));
	},
	ViewResults: function(pollId, view, transformation) {
		return this.invoke("ViewResults", {"pollId":pollId, "view":view, "transformation":transformation}, this.ViewResults.getArguments().slice(3));
	},
	url: '/ajaxpro/Controls_PollControl,PublicGuiaCoches_deployx.ashx'
}));
Controls_PollControl = new Controls_PollControl_class();

