if(typeof Fin24 == "undefined") Fin24={};
if(typeof Fin24.Client == "undefined") Fin24.Client={};
if(typeof Fin24.Client.Web == "undefined") Fin24.Client.Web={};
if(typeof Fin24.Client.Web.Ajax == "undefined") Fin24.Client.Web.Ajax={};
Fin24.Client.Web.Ajax.VoteAjax_class = function() {};
Object.extend(Fin24.Client.Web.Ajax.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/Fin24.Client.Web.Ajax.VoteAjax,Fin24.Client.Web.ashx'
}));
Fin24.Client.Web.Ajax.VoteAjax = new Fin24.Client.Web.Ajax.VoteAjax_class();


