if(typeof EntrepreneurAjax == "undefined") EntrepreneurAjax={};
EntrepreneurAjax_class = function() {};
Object.extend(EntrepreneurAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Comment: function(reviewid, content) {
		return this.invoke("Comment", {"reviewid":reviewid, "content":content}, this.Comment.getArguments().slice(2));
	},
	Vote: function(type, ballot, enterpriserId) {
		return this.invoke("Vote", {"type":type, "ballot":ballot, "enterpriserId":enterpriserId}, this.Vote.getArguments().slice(3));
	},
	url: '/ajaxpro/SNDA.Qidian.Ploy.Vote20080504.Entrepreneur,SNDA.Qidian.Ploy.Vote20080504.ashx'
}));
EntrepreneurAjax = new EntrepreneurAjax_class();


