if(typeof LQ == "undefined") LQ={};
if(typeof LQ.Web == "undefined") LQ.Web={};
if(typeof LQ.Web.UserControls == "undefined") LQ.Web.UserControls={};
if(typeof LQ.Web.UserControls.votePanel == "undefined") LQ.Web.UserControls.votePanel={};
LQ.Web.UserControls.votePanel_class = function() {};
Object.extend(LQ.Web.UserControls.votePanel_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	vote: function(ids, voteinfoid) {
		return this.invoke("vote", {"ids":ids, "voteinfoid":voteinfoid}, this.vote.getArguments().slice(2));
	},
	vote1: function(ids, voteinfoid) {
		return this.invoke("vote1", {"ids":ids, "voteinfoid":voteinfoid}, this.vote1.getArguments().slice(2));
	},
	url: '/ajaxpro/LQ.Web.UserControls.votePanel,LQ.Web.ashx'
}));
LQ.Web.UserControls.votePanel = new LQ.Web.UserControls.votePanel_class();


