‘;
});
pollOptions.innerHTML = pollOptionsDom;
pollCount.innerHTML = totalVotes + ‘ votes’;
if (totalVotes > 10) {
pollCount.classList.remove(“hidden”);
}
}
function trackBetsTodayPollImpression() {
var intersectionObserverForArticlePoll = new IntersectionObserver(
function(entries) {
entries.forEach(function(entry) {
var pollId = entry.target.getAttribute(“data-poll-id”);
if (POLLS_BY_ID[pollId][‘impression_tracked’]) return;
if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return;
setTimeout(function() {
if (isInViewport(entry.target)) {
POLLS_BY_ID[pollId][‘impression_tracked’] = true;
var isDesktop = “1”;
var gaPayload = {
“question” : POLLS_BY_ID[pollId][‘question’],
“category”: “College Football”,
“page_url”: window.location.href,
“option1”: POLLS_BY_ID[pollId][‘option1’],
“option2”: POLLS_BY_ID[pollId][‘option2’],
}
if (isDesktop) {
gaPayload[“device”] = “Desktop”;
} else {
gaPayload[“device”] = “Mobile”;
}
gtag(“event”, “BETS_TODAY_POLL_IMPRESSION”, gaPayload);
intersectionObserverForArticlePoll.unobserve(entry.target);
}
}, 1000);
});
},
{
threshold: 0.5
}
);
var pollElements = document.querySelectorAll(‘.bets-today-poll’);
pollElements.forEach(function(pollElement) {
var isAnswered = pollElement.querySelector(“.poll-option-answered”);
if (!isAnswered) {
intersectionObserverForArticlePoll.observe(pollElement);
}
})
}
return {
answerPollX: answerPollX,
};
}();
That created a lot of imbalances in the competition and player distribution across conferences.
“This is a step in the right direction. You know, this house settlement that just occurred does give some guidelines. I think good coaches just want to be in a situation where they have a fair chance to compete,” Saban said on the podcast on Saturday (Timestamp – 19:58).
“And I think the system that we had in college football the last few years, you can actually buy a championship if you were in a school that could raise, you know, a significant amount of funds in a collective.
“You may be operating with a $30 million collective and playing against teams that have a $3 million collective. So it would be very much like Major League Baseball,” Nick Saban said.
Nick Saban opens up on his accidental entry into coaching
While speaking to the panelists of the “Pure Podcast” on Saturday, Nick Saban mentioned that he never fancied a coaching career, nor did he think of pursuing it as a full-time job. He was playing baseball and football simultaneously.
Don James, who used to be his head coach at Kent State, asked him to become his graduate assistant in his senior season. Miss Terry, Saban’s wife, had one more year at college, and Saban had nothing else to do.
The 73-year-old recalls that he always wanted to settle down with a stable lifestyle, working at a dealership or a path laid down by his father. But as soon as he ventured into coaching, within two years, he became an assistant and was promoted to secondary at Ohio State in 1980.
Nick Saban, a 7x national champion, never turned back since then, and the rest is history.
Edited by Victor R. Lopez M.