var bgImageArray = ["https://www.gwhatchet.com/wp-content/uploads/2019/11/2019-fall-basketball-preview-image-1.jpg", "https://www.gwhatchet.com/wp-content/uploads/2019/11/2019-fall-basketball-preview-image-2.jpg"], base = "", secs = 4; bgImageArray.forEach(function(img){ new Image().src = base + img; });
function backgroundSequence() { window.clearTimeout(); var k = 0; for (i = 0; i < bgImageArray.length; i++) { setTimeout(function(){ var menSection = document.getElementById("background-figure"); menSection.style.background = "url(" + base + bgImageArray[k] + ") no-repeat center center fixed"; menSection.style.backgroundSize ="cover"; if ((k + 1) === bgImageArray.length) { setTimeout(function() { backgroundSequence() }, (secs * 1000))} else { k++; } }, (secs * 1000) * i) } } backgroundSequence(); function showMen() { var menSection = document.getElementById("MENS-SECTIONS"); var womenSection = document.getElementById("WOMENS-SECTIONS"); var menButton = document.getElementById("MENS-BUTTON"); var womenButton = document.getElementById("WOMENS-BUTTON"); var menSubtitle = document.getElementById("MENS-SUBTITLE"); var womenSubtitle = document.getElementById("WOMENS-SUBTITLE"); menSection.style.display = "flex" womenSection.style.display = "none" menButton.style.backgroundColor = "#ad88bf" womenButton.style.backgroundColor = "#666666" menSubtitle.textContent = "Selected" womenSubtitle.textContent = "Click to read stories" } function showWomen() { var menSection = document.getElementById("MENS-SECTIONS"); var womenSection = document.getElementById("WOMENS-SECTIONS"); var menButton = document.getElementById("MENS-BUTTON"); var womenButton = document.getElementById("WOMENS-BUTTON"); var menSubtitle = document.getElementById("MENS-SUBTITLE"); var womenSubtitle = document.getElementById("WOMENS-SUBTITLE"); menSection.style.display = "none" womenSection.style.display = "flex" menButton.style.backgroundColor = "#666666" womenButton.style.backgroundColor = "#ad88bf" menSubtitle.textContent = "Click to read stories" womenSubtitle.textContent = "Selected" }
Men’s Basketball
Selected
Women’s Basketball
Click to read stories
Summer training builds cohesion among men’s basketball’s new additions
Players said they spent the summer serving in the D.C. community and getting together for team dinners at restaurants or the coach's home.
Three-point shooting dominates men’s basketball’s offense
Christian said the team could create an advantage for itself in a conference that does not attempt many three-pointers.
Eight new pieces fit seamlessly into program under Christian
Five freshmen and a trio of transfers make up the eight new additions to the largest Colonials’ roster in more than 15 years.
No tough love: Christian prioritizes connections as head coach, colleagues say
Christian developed and refined his coaching skills, later taking on more formal roles at teams like his alma mater Mount St. Mary’s and Siena.
Men’s basketball’s new defense technique: ‘mayhem’ style
The team is shifting from its previous defensive technique to a fast-paced, aggressive "mayhem" style.
Players from the DMV
flood men’s basketball’s roster
With six of its 17 members hailing from Maryland, D.C. and Virginia, the team has the second highest number of regional recruits in a decade.
Christian leans on past coaching success ahead of first season
He transformed Siena from a second-to-last-place finish in its conference to a regular season runner-up and a nine-win improvement from the year before.