MasterTest_CommentRotatorTest_class = function() {};
Object.extend(MasterTest_CommentRotatorTest_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	cambiarComment: function(first, index) {
		return this.invoke("cambiarComment", {"first":first, "index":index}, this.cambiarComment.getArguments().slice(2));
	},
	cantidadComments: function() {
		return this.invoke("cantidadComments", {}, this.cantidadComments.getArguments().slice(0));
	},
	url: '/fallscitybeer.com/ajaxpro/MasterTest_CommentRotatorTest,FallsCityBeer.ashx'
}));
MasterTest_CommentRotatorTest = new MasterTest_CommentRotatorTest_class();


