], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

As for Big E, he is reportedly expected to remain with WWE in his analyst position following Kingston and Xavier Woods’ departures from WWE. This is as per WrestleVotes Radio on Fightful Select, who stated that E is still considered a valuable part of that team.

Big E’s doctor breathed a sigh of relief when he said he was done with wrestling.

Big E clearly put his doctor through it in the last few years. It has now been four years since he last wrestled, and he has effectively retired, putting to rest any rumors about a return.

On Sports Illustrated’s The TakeDown, Big E revealed that initially, he assumed it was going to be a couple of months out of action for him, as he didn’t feel any actual pain. He then mentioned the details of the conversation he had with his doctor, who pleaded with him to reconsider stepping into the ring again, even if he was cleared. When E told his doctor that he was leaning towards retirement, his doctor breathed a sigh of relief:

“My C1 was broken in two places, and oftentimes, when that happens, the C1 will heal like cartilage. So in those gaps, it’ll form cartilage instead of ossifying, instead of forming new bone. So after talking to [Dr. Juan Uribe] and a few other doctors, the doctor almost damn near begged me like, ‘Hey, please, even if you get your all go, you’re clear, you’re allowed to get back in the ring, please really reconsider it. And when I told him, ‘I think I’m definitely leaning towards being done,’ he almost quite literally breathed a sigh of relief. So for someone who’s been doing this for so long, who knows a lot more about spines and necks than I do, I definitely took heed.”

It’s good to see that despite his retirement, the former WWE Champion is in good spirits. He seems to have accepted his role as an analyst with WWE as well as for Football, and it’s great to see that he has a place that he fits right into.

Why did you not like this content?


`;
if (index == 3 && isOpera) {
storyHTML += `

`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `

`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/rumor-huge-update-big-e-s-future-the-new-day-s-shocking-departures-wwe-reports?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `

`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…







Read the full article here

Leave A Reply

Exit mobile version