if(typeof TwentyFour == "undefined") TwentyFour={};
if(typeof TwentyFour.Sites == "undefined") TwentyFour.Sites={};
if(typeof TwentyFour.Sites.Channel == "undefined") TwentyFour.Sites.Channel={};
TwentyFour.Sites.Channel.VoteAjax_class = function() {};
Object.extend(TwentyFour.Sites.Channel.VoteAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddVoteOption: function(selectedVoteOption, cmsVoteArticleID, voteCategoryBreadCrumb) {
		return this.invoke("AddVoteOption", {"selectedVoteOption":selectedVoteOption, "cmsVoteArticleID":cmsVoteArticleID, "voteCategoryBreadCrumb":voteCategoryBreadCrumb}, this.AddVoteOption.getArguments().slice(3));
	},
	url: '/ajaxpro/TwentyFour.Sites.Channel.VoteAjax,ChannelSite.ashx'
}));
TwentyFour.Sites.Channel.VoteAjax = new TwentyFour.Sites.Channel.VoteAjax_class();

