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

Mandy Banh, the sister-in-law of legendary wrestler Joe Doering, revealed on the GoFundMe that the TNA star was now heading to hospice care to deal with his third battle with brain cancer. She said that if anyone could visit him and they were local, they could contact her. She added that the star needs everyone’s good thoughts and prayers.

“Sad to share the news that Joe is heading to hospice soon. If anyone is local & would want to visit, please send a message. Joe could use all your good thoughts & prayers.”

Earlier, in the last update on May 16, she shared that he had been taken to the hospital last week via an ambulance and that it turned out that he was weak and needed help with the basics. At the time, his tumor was growing, and chemo was stopped, with the star being put on steroids.

“Thank you to everyone who has donated. It’s appreciated more than you know!! Joe was brought to the hospital last week by ambulance. They admitted him. He was very weak & needed help doing the most basic tasks. CT scan showed his tumor is growing. Chemo was stopped & Joe was put on Steriods. Currently awaiting next steps. Joe could use all the prayers & good thoughts sent his way.”

The star has been battling brain cancer for 10 years. He last had brain surgery back in 2022, on his brain stem, and this led to him developing ataxia on his right side, hurting his ability to move about. Even with physiotherapy, the situation has not been the best.

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-breaking-legendary-wrestler-suffering-from-brain-cancer-for-the-third-time-admitted-to-hospice-care?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