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

