], { 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);
});
});
})();

“I entered the pro wrestling industry at age 23 with an injury history that included a Torn Left ACL, Torn Right ACL, Torn Left Pec, and a Broken Right Patella. At 39, I’m well aware, that I will one day have to pay the piper. I’ve put my body through a lot. And somehow, I feel great. I don’t battle daily pain. I’m able to function normally and healthfully. I’m eternally grateful for the wonderful career I stumbled into. I pray for all of my fellow athletes and performers who have not had the same good fortune. A sincere thank you to everyone who has taken the time to follow my in-ring career. It was an immeasurable gift to get to perform for you all,” he wrote.

Big E’s injury occurred during a move performed by Ridge Holland outside the ring. Holland’s time in the promotion came to an end last year as his WWE contract was not renewed.

Ridge Holland praises WWE star Big E

Former WWE star Ridge Holland praised Big E as a person following his unfortunate injury.

Holland shared a video on social media last year and spoke highly of the WWE veteran. The former Brawling Brutes star noted that he will always regret the spot, but was thankful that the 39-year-old forgave him.

“Unfortunately, it happened, and I will always regret that spot. And I’m grateful that Big E, the class of human that he is, you know, he forgave me. He’s been able to be so positive and move on with his life. And going into punditry, and all of this stuff he does for the community, with like collegiate athletes and stuff. I think he has worked on the Next In Line stuff, so he’s killing it, man. He’s such a good human being and I wish nothing but for the best for him,” he said.

Ridge Holland on injuring Big E “I think regardless of what I’m doing I’ll always be the guy that ended Big E’s career and that’s something I’ll just have to live with. If I had a time machine the first that I’d do is go back and change that.” (TMZ Inside The Ring)

It will be fascinating to see what the future holds for Big E following his retirement from the ring.

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/news-former-wwe-champion-sends-heartfelt-message-confirming-retirement?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