”
], { 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);
});
});
})();
WWE’s Global Ambassador, Titus O’Neil, commented on her social media post, sending blessings for her next chapter. He said that what one does for a living should not determine who one is.
“God has a plan and a purpose on on your life. Walking in that plan and purpose will Always lead you to greater!! Never allow what you do or did for a living determine who you are for a living. Blessings to you for what’s next. We serve a BIG GOD❤️❤️,” wrote Titus O’Neil.
WWE isn’t the only promotion going through roster changes
The global juggernaut is the biggest wrestling promotion across the globe. So, the changes in the company receive a lot more attention than other promotions. However, whenever there are changes in AEW or TNA or NJPW, people take note.
TNA has been another promotion that has changed its roster and backstage personnel recently, and the press release claimed the changes were to align with the profitability and the future strategy of the business. Tommy Dreamer and Tessa Blanchard exited the company from their respective roles. Dreamer was the Head of Talent Relations and worked with the creative team.
On the other hand, Blanchard left after TNA supposedly asked her to choose between CMLL and TNA. Blanchard took some time to assess the situation and finally chose CMLL.
Recently, TNA released Aiden Prince as well.
Interestingly, Road Dogg is supposedly being considered by TNA as Tommy Dreamer’s replacement in the creative team.
`;
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-officially-confirmed-another-wwe-exit-backstage-official-responds?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













