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

Amidst the ongoing controversies, TNA is set to host their annual Slammiversary event this weekend. The show is on the same date as AEW Forbidden Door just with an earlier start time. As per the latest report by PWInsider, a former WWE Intercontinental Champion is set to make his TNA debut at the pay-per-view. While nobody was named in the report, fans are assuming that the star in question could be Apollo Crews who was released back in April. However, there has been no confirmation regarding his signing yet and it’s unclear if he’s served his 90-day non compete clause.

It will be interesting to see who is the former WWE champion set to make a suprise debut at Slammiversary.

WWE Hall of Famer Eric Bischoff says TNA Wrestling is close to the grave

Eric Bischoff is a WWE Legend and Hall of Famer known for his time as the head of WCW’s creative and his roles on WWE programming as well. While speaking on his 83 Weeks podcast, Bischoff claimed that TNA Wrestling is losing a lot of money and might shut down very soon.

“One step closer to the grave. This is the tricky part. This is where Dixie Carter failed, and the Carter family. I think Dixie wanted to grow. She just wasn’t able to. This is where a lot of others have failed. If you’re going to commit to being a television-driven wrestling property, you have to commit to the television part,” he said.

Eric Bischoff is a veteran in the professional wrestling industry. He actually backed TNA last year to become the #2 wrestling company last year following their AMC deal but it seems like his views have changed.

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-wwe-champion-set-for-shocking-debut-at-another-promotion-report?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