October 3, 2024

Common Wealth Geography

Exploring the World

Former Steelers Linebacker Takes Aim at Tom Brady and Revives Deflategate Controversy in Wake of Michigan Sign Stealing Scandal

Tom Brady’s recent support for his alma mater has gotten some backlash from former Steelers linebacker James Harrison. The seven-time Super Bowl-winning quarterback announced on social media that he was selling wristbands that supported Michigan ahead of the annual matchup against Ohio State this past weekend. Tom Brady stated the sale of the wristbands would benefit Michigan student-athletes.

Former Pittsburgh Steelers linebacker James Harrison commented on the post while trolling his former competitor. Harrison compared the University of Michigan Wolverines alleged sign-stealing with a possible sign-stealing scandal with the New England Patriots.

“From stealing signs at Michigan to stealing signs at New England you got it honestly.”

‘;
});
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) !entry.isIntersecting else
sendRating(index);

function sendRating()
var requestPayload =
“post_id”: 1764424,
“rating_value”: ratingValue

if (ratingValue > 3)
requestPayload.rating_feedback_type = null;
requestPayload.rating_feedback = null;
else
pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() , true);

function resetRatingAndFeedbackForm()
var activeStars = Array.from($all(‘.rating span.rating-star.active’));
for (var i=0; i = 0)
return true;
else
return false;

function getRatingCountByPostId(postId) {
return new Promise(function(resolve, reject)
pureJSAjaxGet(
getRatingCountBaseURL + postId + ‘/rating/count’,
function(data)
try
data = JSON.parse(data);
if (data.meta_value)
resolve(data.meta_value);

reject(“Failed to fetch rating count for the post:” + postId);
catch (err)
reject(“Failed to fetch rating count for the post:” + postId);

,
function(err)
reject(“Failed to fetch rating count for the post:” + postId);
, true);
);
}
function showErrorMessage(messageType)
var messageContainerId = ‘#’ + messageType + ‘-error’;
$(messageContainerId).classList.remove(‘hidden’);
window.setInterval(function ()
$(messageContainerId).classList.add(“hidden”);
, 5000);

(function() {
var callFired = false;
function lazyLoadPostRating() {
if (callFired) return;
callFired = true;
if (!isPostRatedByUser()) {
getRatingCountByPostId(1764424)
.then(function(ratingCount) {
if (ratingCount