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

Although no deal is imminent, Anthem also reportedly wants to get rid of some toxic debt that they are looking for the potential buyer to absorb. However, the promotion’s existing television deal with AMC appears to present certain roadblocks, such as its first right of refusal for any media-rights deals. Avignon also mentioned the guaranteed amounts to be made from the TNA-AMC deal, which could raise the value of the product eventually.

“Sources: Anthem’s Len Asper has set a $30M floor for a potential sale of @ThisIsTNA, w/ his preferred price in the $40M – $50M range. The premium reflects toxic debt on Anthem’s books that any buyer would be expected to absorb. No deal is imminent, but the number is out there. Part of what underpins that price: TNA’s TV deal with @AMC_TV includes guaranteed money now plus option years that could raise its value down the line. AMC also holds right of first refusal on TNA’s next media rights negotiation. That ROFR is the wrinkle. A buyer isn’t just pricing TNA Wrestling,” he wrote.

He also mentioned the huge revenues from AMC alone would somewhat justify Asper’s base price valuations of the product. Getting into the intricacies of the issues, he noted that a buyer wouldn’t just be pricing TNA but also a television deal that they wouldn’t fully be able to control.

Avignon further reported that in 2024, a certain group had offered roughly USD 10 million, but Anthem had rejected the deal outright. He wasn’t sure if the valuation gap was because of real growth or Asper’s change of strategy in the betting markets. He also admitted things would be clearer once there is indeed a fresh bid.

“They’re pricing a television deal they don’t fully control going forward, and Asper’s guaranteed AMC revenue alone gets him most of the way to his floor. […] Whether that gap is real growth (AMC, international deals, additional sponsor revenue) or Asper betting the market has changed more than it has, is the question. We’ll find out when someone actually bids,” he added.


The Wrestling Promotion Isnt Dying Or BEing Sold To WWE

TNA has seen a slew of releases in recent weeks. The promotion parted ways with prominent names such as Tommy Dreamer and Tessa Blanchard, among several others.

A wrestling insider, after having a chat with a company contact, reported that TNA wasn’t being sold because it was dying, nor was the Triple H and Nick Khan-led WWE buying the promotion. They further suggested that the Nashville-based company was looking to freshen up the product with new talent to replace the departed faces.

– they are not selling to wwe – they are not dying – they know the show stinks – they want to freshen up product with new talent to replace the departed.

Only time will tell if the Nashville-based promotion gets sold in the feat future. Sportskeeda Wrestling will have any updates relating to this matter whenever the news breaks.

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/rumor-just-in-wrestling-promotion-put-up-for-sale-following-wwe-partnership-and-mass-releases-reports?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