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