2024 USBA Playoffs

  • Players must have minimum of 8 games played to qualify for playoffs 
  • 3 substitutions are allowed in the playoffs.  Once the player is subsituted, he is out of the game and can not return to the game.
  • All bench players that can be used for substitutions has to be communicated to umpire before the start of game 
 

Date

Time

Visitors

Home

Location

September 15, 2024

9:00 AM

TOR

NYY

Legacy Park - North

September 15, 2024

10:30 AM

NYY

TOR

Legacy Park - North

September 15, 2024

12:00 PM

TOR

NYY

Legacy Park - North

September 15, 2024

9:00 AM

SF

CHS

Legacy Park - South

September 15, 2024

10:30 AM

CHS

SF

Legacy Park - South

September 15, 2024

12:00 PM

SF

CHS

Legacy Park - South

September 15, 2024

1:30 PM

TEX

BOS

Legacy Park - North

September 15, 2024

3:00 PM

BOS

TEX

Legacy Park - North

September 15, 2024

4:30 PM

BOS

TEX

Legacy Park - North

September 15, 2024

1:30 PM

MIL

OAK

Legacy Park - South

September 15, 2024

3:00 PM

OAK

MIL

Legacy Park - South

September 15, 2024

4:30 PM

MIL

OAK

Legacy Park - South

Semi Finals - Teams are re-ranked

Date

Time

Visitors

Home

Location

September 29, 2024

10:00 AM

TEX

OAK

Legacy Park - North

September 29, 2024

10:00 AM

CHS

NYY

Legacy Park - South

September 29, 2024

11:30 AM

OAK

TEX

Legacy Park - North

September 29, 2024

11:30 AM

NYY

CHS

Legacy Park - South

September 29, 2024

1:00 PM

TEX

OAK

Legacy Park - North

September 29, 2024

1:00 PM

CHS

NYY

Legacy Park - South

 

 

Finals

 

 

Date

Time

Visitors

Home

Location

October 6, 2024

1:00 PM

CHS

OAK

Legacy Park - North

October 6, 2024

2:30 PM

OAK

CHS

Legacy Park - North

October 6, 2024

4:00 PM

CHS

OAK

Legacy Park - North


function refreshSheet() { const iframeA = document.getElementById("2025Gobbler-PoolA"); const baseUrlA = "https://docs.google.com/spreadsheets/d/e/2PACX-1vQSv-J37uqW2pQWP8U_Irz-VcnvVQYvoABPb3_3YNrquJmWbuOuaP9-M_PtCnUR4-kEJHJ05RZqSh6s/pubhtml?widget=true&headers=false"; const timestamp = new Date().getTime(); iframeA.src = baseUrlA + "&ts=" + timestamp; const iframeB = document.getElementById("2025Gobbler-PoolB"); const baseUrlB = "https://docs.google.com/spreadsheets/d/e/2PACX-1vRoMfZZXqdiQ8hmdx8FmWMoGeF-PySwSSbOBZs4MUL7WhzCn32uop7S4c-QI5Ns2gnqgcbV2QOluci8/pubhtml?widget=true&headers=false"; const timestamp = new Date().getTime(); iframeB.src = baseUrlB + "&ts=" + timestamp; const iframeC = document.getElementById("2025Gobbler-PoolC"); const baseUrlC = "https://docs.google.com/spreadsheets/d/e/2PACX-1vRFFNnQKtQY6kJo-JU-k5NeZOMAbvPJsoza5qR6U3ppuvmPJs8hsHP7jbRkEiYzD5zvdFlPtVOj9wi-/pubhtml?widget=true&headers=false"; const timestamp = new Date().getTime(); iframeC.src = baseUrlC + "&ts=" + timestamp; const iframeW = document.getElementById("2025Gobbler-Womens"); const baseUrlW = "https://docs.google.com/spreadsheets/d/e/2PACX-1vSzF44PUQmZqdnEan5zCwY_YmZsdsY9c4r8uN8YXQVoGCC6VFKu1DitbiGay88fmIwq5A_sGSJA_7ar/pubhtml?widget=true&headers=false"; const timestamp = new Date().getTime(); iframeW.src = baseUrlW + "&ts=" + timestamp; } // Initial load refreshSheet(); // Auto-refresh every 30 seconds setInterval(refreshSheet, 30000);