”
], { 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);
});
});
})();
EVOLVE is getting a new General Manager
WWE Evolve is currently without an authority figure after Stevie Turner parted ways with the Stamford-based promotion last October.
She previously served as the General Manager of the developmental brand since the show’s inception. During her time as the on-screen official, Stevie Turner called herself the Prime Minister of Evolve.
She last appeared on the show on November 6, following which her profile was moved to the alumni section. For those unaware, Stevie Turner is married to current SmackDown Superstar Kit Wilson.
Her departure created a void, which has yet to be filled until now. The wait is almost over if recent reports are to be believed.
According to BodySlam.net, Timothy Thatcher is set to be appointed as the new General Manager of Evolve.
“Sources indicate to Bodyslam that Timothy Thatcher is going to be the new GM for WWE EVOLVE moving forward.”
Timothy Thatcher already has multiple roles within the company. He was brought back as a trainer for the WWE ID Program before returning to in-ring competition on Evolve.
Thatcher previously worked on NXT during his first stint with the sports entertainment juggernaut, which lasted only two years.
He has since been working his way up, having performed on the independent circuit and AEW.
Now that he’s climbing up the corporate ladder, it will be interesting to see what the company has in store for Timothy Thatcher as an in-ring performer.
WWE EVOLVE now has a new commentator
Robert Stone is another individual who is no longer with EVOLVE.
Last week, Mr. Stone called the action for the final time, as he stepped down as the broadcaster to focus on his new role as the interim General Manager of NXT.
Blake Howard has since joined the commentary table, working alongside Peter Rosenberg.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-news-new-general-manager-of-wwe-revealed-following-major-departure-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


