”
], { 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);
});
});
})();
Tommy Dreamer, ECW and WWE legend, has now bid farewell after his last show in charge of TNA creative. TNA Slammiversary played out tonight, with several big moments as Dolph Ziggler aka Nic Nemeth won the World Championship, becoming a two-time holder of the title. Elsewhere, The Hardy Boyz also won the TNA Tag Team titles again, showing they were still ready to go in a huge match.
However, for Dreamer, following his departure from TNA, this was his last show in charge, and he said that he was proud of all the men and women who worked hard for it. The legendary wrestler bid farewell, thanking everyone.
“Man @ThisIsTNA #Slammiversary was a wonderful show Super proud of all the men & women who worked so hard to entertain like they always do. Thank you #Forever”
Two weeks back, Tommy Dreamer announced that he and TNA had come to terms with each other to part ways. The star’s time with the company came to an end, with them mutually deciding to take a break.
“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.”
`;
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-thank-you-forever-legendary-wrestler-bids-farewell-after-last-show?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













