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

Bo Lueders, the guitarist of Harm’s Way and the Hardlore podcast co-host, has passed away. The news of his passing was shared by the band and the podcast, and now his real-life friends, Punk and Danhausen, have reacted and sent messages.

Punk sent a message asking everyone to check on their people and reach out if anyone needed help. He advised everyone to tell their loved ones they loved them.

“Check on your people. Reach out if you need help. Tell em you love them.”

CM Punk went on to say that if someone was facing mental health issues, emotional distress, or any other concerns, or even if they just needed someone to talk to, then there were counselors out there to help people. He added that there was a lot of stress and sadness in the world and that mental health was a struggle.

“988 Text, Call, Chat. Anytime. Anywhere. Whether you’re facing mental health struggles, emotional distress, al**hol or d**g use concerns, or just need someone to talk to, counselors are there to help. There’s a lot of stress and sadness in the world right now. Mental health can be a struggle but there’s plenty of support out there. We love you.”

Danhausen also reacted to the death of Bo Lueders, saying that he loved him, and added that everyone should check on their friends and tell them that they love them.

“Rest in peace Bo. I love you. I’ll miss you. Check on your friends, tell them you love them.”

We at Sportskeeda send our condolences to the family and friends of Bo Lueders.

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-cm-punk-danhausen-send-messages-friend-bo-lueders-death?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