if(typeof ALC == "undefined") ALC={};
ALC.AmberleyCatteryAJAX_class = function() {};
Object.extend(ALC.AmberleyCatteryAJAX_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateCurrentScore: function(correct) {
		return this.invoke("UpdateCurrentScore", {"correct":correct}, this.UpdateCurrentScore.getArguments().slice(1));
	},
	GetScore: function() {
		return this.invoke("GetScore", {}, this.GetScore.getArguments().slice(0));
	},
	ResetGame: function() {
		return this.invoke("ResetGame", {}, this.ResetGame.getArguments().slice(0));
	},
	CurrentQuestionNumber: function() {
		return this.invoke("CurrentQuestionNumber", {}, this.CurrentQuestionNumber.getArguments().slice(0));
	},
	GetNextPhotoHREF: function() {
		return this.invoke("GetNextPhotoHREF", {}, this.GetNextPhotoHREF.getArguments().slice(0));
	},
	GetScoreboard: function() {
		return this.invoke("GetScoreboard", {}, this.GetScoreboard.getArguments().slice(0));
	},
	CanScore: function(score) {
		return this.invoke("CanScore", {"score":score}, this.CanScore.getArguments().slice(1));
	},
	PutScore: function(score, nickname) {
		return this.invoke("PutScore", {"score":score, "nickname":nickname}, this.PutScore.getArguments().slice(2));
	},
	CanPlay: function() {
		return this.invoke("CanPlay", {}, this.CanPlay.getArguments().slice(0));
	},
	url: '/ajaxpro/ALC.AmberleyCatteryAJAX,App_Code.8mim0a5-.ashx'
}));
ALC.AmberleyCatteryAJAX = new ALC.AmberleyCatteryAJAX_class();


