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

At the recent Enjoy Wrestling event, he teamed up with the Blade to face TME in a tag team match. Andy Williams suddenly collapsed during the match and was rushed to the hospital. Unfortunately, the Butcher passed away at the age of 48. Lexis King, who shared a locker room with Andy before joining WWE in 2024, penned down an emotional message on X. He revisited some of the great memories he had with the AEW star.

“Andy was an incredible person to be around. He had permanent aux privileges because his taste in music was impeccable. He always knew what song to play and when! IYKYK Rest in Peace to an amazing human being 💔,” he wrote.

The whole wrestling world is heartbroken after the news of Andy Williams’ passing.

AEW issued an official statement after Andy Williams’ passing

After the unfortunate news of Andy’s demise went public, a lot of figures from the professional wrestling world started sending their tributes online. The Butcher had gained prominence as a wrestler in All Elite Wrestling and the Tony Khan-led promotion also issued a public statement.

“All Elite Wrestling is saddened to learn of the passing of Andy Williams, aka The Butcher. A trailblazing musician with ETID and Atomic Rule, Williams made a successful transition into the world of professional wrestling and was incredibly respected by his peers both in and out of the ring. Our condolences go out to Williams’ family, friends and fans,” he wrote.

The Butcher and Blade were one of the best tag teams in AEW and Andy’s presence in the squared circle will forever be missed.

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-andy-williams-dies-at-48-years-old-wwe-star-lexis-king-sends-emotional-message?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