// Gulf Coast League l124 - {1:1 1:3}
var round = schedule.rounds;

// ----------------------------------------------------------------------
// round one

round[0].name = "Round 1";
round[0].summary = "Yankees advance to the Finals"; // text at bottom of the table

var game = round[0].series[0].games;
round[0].series[0].matchup = "GCL Twins vs GCL Yankees";
game[0].tbd = ["Aug 28", "GCL Yankees 6, GCL Twins 4"];

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

round[1].name = "Finals";
round[1].summary = "";

var game = round[1].series[0].games;
round[1].series[0].matchup = "GCL Yankees vs GCL Dodgers";
game[0].tbd = ["Aug 29", " (If Necessary)"];
game[1].tbd = ["Aug 30", " (If Necessary)"];
game[2].tbd = ["Sept 1", " (If Necessary)"];
