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

“Even though I am happy for them, it’s always a sad thing for my talent on @WWENXT to move to RAW or SmackDown, but time waits for no man, and I will do everything in my being to make sure the NXT roster is always stacked!! DO NOT miss a Tuesday…” wrote Robert Stone.

This comes from an emotional place for Robert as he shapes his weekly show, knowing that it will eventually serve as a launchpad for future shows. The latest NXT graduate is supposed to be Lola Vice, who’s headed to RAW.


WWE’s main roster has called up a lot of names from NXT

In less than a year, WWE has orchestrated one of the most significant call-ups from NXT to the main roster. Starting in late 2025, Lash Legend was brought to SmackDown, aligning with Nia Jax, while Je’Von Evans made the jump to RAW.

Soon after, Trick Williams followed the blue brand in its first episode of 2026. Oba Femi then made his way earlier on both rosters, debuting at Royal Rumble 2026, but then settled on RAW due to the Brock Lesnar rivalry.

By April 2026, the wave intensified after WrestleMania 42. Ethan Page, Sol Ruca, and Joe Hendry joined RAW, while Ricky Saints and the Fatal Influence trio, Jacy Jayne, Fallon Henley, and Lainey Reid, debuted on SmackDown. Blake Monroe also transitioned but is yet to make her in-ring debut.

Just last month, OTM, Bronco Nima, and Lucien Price were brought to RAW to join Royce Keys. Now, just weeks away, as mentioned earlier, Lola Vice is set for her call-up, with vignettes teasing her arrival on the September 14 episode of RAW live from Mexico City.

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/news-general-manager-sends-message-wwe-taking-multiple-stars-brand?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