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

During tonight’s episode of TNA Impact, Buff Bagwell made a surprising return to the show. He was also confronted by Elijah, who told him that if he were to ever walk down the aisle, then they could walk together. Bagwell said that he would love to walk with Elijah.


Former WWE star Buff Bagwell wants to wrestle another match

Buff Bagwell has had his fair share of health issues, which have kept him away from the ring for a considerable amount of time. He suffered a knee injury during a car accident in 2020. Since then, he underwent multiple surgeries until he decided to get his leg amputated. The wrestling veteran managed to get himself a prosthetic leg worth $135,000.

During a recent interview with Chris Van Vliet, the former WWE star said he would love to step into the ring again because it is one of his goals.

“I know I could wrestle again, another match or two, but if I can’t do it, I’m not going to do it. And I’m not sure that’s possible (…) I think I can do it where it’s not ugly. I just don’t know yet, so we’re definitely going to, in the next couple of months, I’m going to get in the ring and just see what I can do. But I really do think no matter what I will do one match just because that’s one of my goals,” Bagwell said. [H/T: chrisvanvliet.com]

It remains to be seen whether Bagwell will be able to compete in the ring again.