// Northwest League l126 - {1:5}
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 = "Eastern Division Winner vs Western Division Winner";      // text at top of the table
game[0].tbd = ["Sept 6", "TBD vs TBD"];
game[1].tbd = ["Sept 7", "TBD vs TBD"];
game[2].tbd = ["Sept 8", "TBD vs TBD"];
game[3].tbd = ["Sept 9", "TBD vs TBD (If Necessary)"];
game[4].tbd = ["Sept 10", "TBD vs TBD (If Necessary)"];
