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

Sami Callihan revealed earlier today that he was gone from TNA Wrestling. The star had stepped away from in-ring work and was a big name in the marketing department for the company, helping the TNA merchandise to be sold, in a sort of resurgence for the department. He also was the one designing and producing TNA merch over the last year.

As per a report by Fightful Select, the star had expected on Wednesday that he was going to be getting the call to head up the creative department of TNA and was fired instead. This came after another legend was fired, with Tommy Dreamer being let go from the company as the head of creative. Those that Fightful spoke to confirmed that Sami Callihan was well-liked backstage as a producer and as an agent, by both the staff and the wrestling roster.

The report also stated that several people on the roster had pushed for him to be added to the creative team for months on end.

The wrestler posted earlier about being released from TNA while believing that he was getting a call to be added to a position on the creative team of the company. The star said that instead of that call, he was told that he was being released and now he was ready for his next adventure.

“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”

Now that the wrestler has stepped away from TNA, he will be focusing on his own wrestling company, Pro Wrestling Revolver. The star mentioned the promotion in his tweet when he announced that he had been unexpectedly let go. The one replacing Tommy Dreamer is Delirious at the moment, with no other stars named on the creative team as of now.

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-breaking-unexpected-wrestler-fired-suddenly-expected-major-step-up-and-was-liked-backstage-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