if(typeof JackLinks == "undefined") JackLinks={};
if(typeof JackLinks.Voting == "undefined") JackLinks.Voting={};
JackLinks.Voting_class = function() {};
Object.extend(JackLinks.Voting_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CastVote: function(itemID) {
		return this.invoke("CastVote", {"itemID":itemID}, this.CastVote.getArguments().slice(1));
	},
	GetVotes: function() {
		return this.invoke("GetVotes", {}, this.GetVotes.getArguments().slice(0));
	},
	url: '/ajaxpro/JackLinks.Voting,JackLinksSite_deploy.ashx'
}));
JackLinks.Voting = new JackLinks.Voting_class();


