// Appalachian League l120 - {1:3}
var round = schedule.rounds;

// ----------------------------------------------------------------------
// finals

round[0].name = "Finals";
round[0].summary = ""; // text at bottom of the table

var game = round[0].series[0].games;
round[0].series[0].matchup = "Danville Braves vs Elizabethton Twins";      // text at top of the table
game[0].tbd = ["Aug 30", "DAN @ ELI"];
game[1].tbd = ["Aug 31", "ELI @ DAN"];
game[2].tbd = ["Sept 1", "ELI vs DAN (If Necessary)"];
