if(typeof TwentyFour == "undefined") TwentyFour={};
if(typeof TwentyFour.Sites == "undefined") TwentyFour.Sites={};
if(typeof TwentyFour.Sites.Beeld == "undefined") TwentyFour.Sites.Beeld={};
if(typeof TwentyFour.Sites.Beeld.UI == "undefined") TwentyFour.Sites.Beeld.UI={};
if(typeof TwentyFour.Sites.Beeld.UI.Site == "undefined") TwentyFour.Sites.Beeld.UI.Site={};
TwentyFour.Sites.Beeld.UI.Site.VoteAjax_class = function() {};
Object.extend(TwentyFour.Sites.Beeld.UI.Site.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.Beeld.UI.Site.VoteAjax,BeeldSite.ashx'
}));
TwentyFour.Sites.Beeld.UI.Site.VoteAjax = new TwentyFour.Sites.Beeld.UI.Site.VoteAjax_class();

