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

