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

Moments ago, Sami Callihan took to X (Formerly Twitter) to confirm that he had been released from the company. In a heartbreaking post, the 38-year-old noted that he thought that he was getting a call to be offered a position in the creative team, but he ended up parting ways with TNA Wrestling instead. He further promoted his independent wrestling promotion, The Wrestling Revolver.

“Thought I was getting called today to be offered a position in creative… nope. I’ve parted ways with TNA. Oh well… onward to the next adventure. Check out my company @PWRevolver,” Callihan noted.

You can check out his tweet below:

Amid multiple releases, wrestling legend Tommy Dreammer announced his departure from TNA

Wrestling veteran Tommy Dreammer announced his exit from TNA Wrestling while speaking on Busted Open Radio. He had been with the company since 2018, working as an on-screen talent and backstage producer.

The 55-year-old stated that he had a conversation with TNA President Carlos Silva. He claimed that his departure from the company was a mutual decision. Dreammer got emotional while he spoke about working with the wrestling promotion.

“All relationships come to an end. I had a great conversation with Carlos Silva. Me and TNA are no longer in a relationship. We mutually agreed to part ways. It’s hard. I’ve given so much of my life to that company. I don’t have any ill will or malice. I wanted to survive and be the best I can be. It was a 24-hour job, and I had it for ten years. Everything comes to an end. I know I’ll be okay. I hope TNA will be okay. There are no issues or malice. At this time, we just need to take a break,” Dreammer said. [H/T: Fightful]

Moments after his announcement, Fightful Select reported that Road Dogg had been discussed within the company as Tommy Dreammer’s potential replacement. Only time will tell if the move happens or the company decides to hire someone else instead.

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-former-world-champion-confirms-release?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