”
], { 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);
});
});
})();
WWE Hall of Famer Fred Ottman, aka Typhoon, aka Shockmaster, was hospitalized earlier this month for about 30 days after his gallbladder exploded. He was released from the hospital back on February 9, and is currently awaiting surgery, which is set to take place on February 23.
The WWE legend sent everyone a message, thanking them for their well-wishes and for being there for him. He said he was glad for the support and that he had been keeping himself occupied with training as he learnt to walk again with his walker and everything else in that situation. He said he was getting up and down, and while it was frustrating, some who had been there knew the situation.
“I just want to thank everybody for all the well wishes and everybody that’s been there for me and everything. I’m glad for all the support and everything and God bless. I’ve been trying to occupy my mind training as far as walking, learning to walk again with this walker and all that stuff. Getting up and getting down and getting up and getting down. It’s very frustrating sometimes. But some of you that’s been there know what the deal is.”
He added that he was keeping himself occupied, signing cards and doing autographs for wrestling fans to give his mind the rest that he needed. He said everything was good but admitted it would take time. So far, it had been a slow, one-step-at-a-time sort of situation as well.
“Like I said, I’ve been signing some cards and doing some autographs for some wrestling fans. Trying to keep my mind where it needs to be. But everything is good. It just takes time. It’s a slow, one step at a time kind of situation. But I love you all, and thank you very much for all the support. God bless you.”
The Hall of Famer is not in the best situation.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-wwe-hall-famer-ready-for-surgery-in-6-days-had-to-be-hospitalized-in-emergency?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


