if(typeof VNSoftWeb == "undefined") VNSoftWeb={};
VNSoftWeb.WUCVote_class = function() {};
Object.extend(VNSoftWeb.WUCVote_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddBieuquyet: function(point) {
		return this.invoke("AddBieuquyet", {"point":point}, this.AddBieuquyet.getArguments().slice(1));
	},
	url: '/ajaxpro/VNSoftWeb.WUCVote,VNSoftWeb.ashx'
}));
VNSoftWeb.WUCVote = new VNSoftWeb.WUCVote_class();


