if(typeof NtenVoting == "undefined") NtenVoting={};
NtenVoting_class = function() {};
Object.extend(NtenVoting_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	vote: function(movieID1, movieID2, movieID3, bestmovID, catext) {
		return this.invoke("vote", {"movieID1":movieID1, "movieID2":movieID2, "movieID3":movieID3, "bestmovID":bestmovID, "catext":catext}, this.vote.getArguments().slice(5));
	},
	loadMovieByPath: function(path) {
		return this.invoke("loadMovieByPath", {"path":path}, this.loadMovieByPath.getArguments().slice(1));
	},
	addNewEmail: function(email) {
		return this.invoke("addNewEmail", {"email":email}, this.addNewEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/NtenVoting,App_Web_ntenvoting.aspx.e366888a.ashx'
}));
NtenVoting = new NtenVoting_class();

