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