”
], { 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);
});
});
})();
Earlier, on Busted Open Radio, Tommy Dreamer revealed that he and Carlos Silva, the TNA President, had agreed to part ways mutually.
TNA has issued a press release, which stated that the company was going through a workforce reduction that was designed to sharpen strategic focus and profitability. The leadership for the creative team was going through a change as legendary wrestler Tommy Dreamer was going to be parting ways with the company. He was not alone, as top star Tessa Blanchard was also being released effective immediately. The statement went on to wish them the best in their future endeavors.
“TNA Wrestling today announced a workforce reduction, designed to streamline operations and sharpen strategic focus and profitability. TNA’s creative leadership team will see an immediate shift. Tommy Dreamer, who has worked in TNA’s Creative and Talent Relations Departments, is leaving the company as TNA and Dreamer mutually agreed to part ways. TNA Wrestling also has come to terms on the release of Tessa Blanchard. We wish Tessa, Tommy and others the best in their future endeavors.”
Dreamer was not the only legend to be released. Sami Callahan, another legend whose hardcore style brought a lot of attention to TNA, has also been let go from the company.
The release of a top name like Tommy Dreamer comes as a shock, even though TNA over the last year has seen several big names leave the company.
Reports have now emerged that Delirious will be the one replacing Tommy Dreamer as the head of creative in TNA going forward.
`;
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-workforce-reduction-officially-announced-multiple-wrestling-legends-and-top-stars-released?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













