”
], { 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);
});
});
})();
#5. Unfortunate news for WWE Hall of Famer Rey Mysterio
Earlier this year, WWE Hall of Famer Rey Mysterio took on a new role in AAA, becoming the General Manager. However, The Master of 619 still competes inside the ring and started a storyline with El Ojo’s Omos. Later, he suspended The Nigerian Giant and agreed to lift it if Omos could defeat him in a match.
The two stars headlined the first night on 11 September, and Omos left with a win. However, The Nigerian Giant closed the show with a brutal beatdown of Rey Mysterio and chokeslammed him onto the announcer’s desk when Mysterio was strapped to a stretcher.
On the recent edition of Monday Night RAW, the three-time WWE World Champion revealed he’s not medically cleared to compete and was seen wearing a neck brace. While it could be in kayfabe, it’s bad news for Mysterio, as he couldn’t compete on the show.
#4. Two more stars qualified for WWE Money in the Bank 2026
WWE Money in the Bank is in a few weeks in New Orleans, Louisiana, on 10 October, and qualifier matches are in full swing. On the recent edition of Monday Night RAW, The Judgment Day’s Roxanne Perez defeated IYO SKY and La Catalina to qualify.
Meanwhile, Penta defeated Dragon Lee and The Judgment Day’s Dominik Mysterio to qualify from the men’s side. As of this writing, Bron Breakker, Je’Von Evans, Trick Williams, Sol Ruca, Jacy Jayne, and Lola Vice will compete in the gimmick match.
Finn Balor, CM Punk, Giulia, Charlotte Flair, and more will compete in qualifier matches in the coming weeks, setting the stage for both Ladder matches in New Orleans. It’ll be interesting to see which star earns the opportunity to become the division’s top champion.
#3. Update on CM Punk ahead of WWE SmackDown – Report
In July, CM Punk won his eighth WWE World Championship in the Stamford-based promotion when he defeated Sami Zayn in Chicago. Unfortunately, Punk’s reign ended in Mexico City when Zayn defeated him to capture the title for the second time in the company.
According to WrestleVotes on Fightful Select, the company wants CM Punk to be on the card for the upcoming Money in the Bank Premium Live Event in New Orleans, Louisiana. The Straight Edge Superstar has a history with the briefcase, as he’s won it twice in his career.
The report seemingly spoils the outcome of CM Punk’s upcoming match on Friday Night SmackDown, a Triple Threat with Finn Balor and Gunther to earn his spot in the Ladder match. It’ll be interesting to see if Punk can make history by becoming the first star to win the briefcase on three different occasions.
#2. 946 abducts Solo Sikoa on WWE RAW
Last month, Royce Keys returned to the red brand with Lucien Price and Bronco Nima, forming 946 on the main roster. The trio primarily targeted The Bloodline for their actions and attacked The Usos. On the recent edition of WWE RAW, Solo Sikoa wanted The Bloodline’s help to take on the trio.
However, Jey Uso wanted Sikoa to acknowledge Roman Reigns before helping him. After Sikoa denied it, he was set to compete in a Triple Threat against Dominik Mysterio and Dragon Lee. However, the former United States Champion got abducted before the match.
Later, a video surfaced online where Royce Keys warned The Bloodline and left Sikoa alone in the middle of nowhere before driving off with OTM. It’ll be interesting to see how The Bloodline will take on 946 in the coming weeks on the red brand.
#1. WWE Hall of Famer Paul Heyman could manage female star
For years, Paul Heyman managed Brock Lesnar and eventually became Roman Reigns’ Wiseman in The Bloodline and Seth Rollins’ Oracle in The Vision under Triple H’s creative leadership. However, Heyman has isolated himself from The Vision, and it looks like he could be scouting his next client on the red brand.
On the recent edition of WWE RAW, Lola Vice officially signed the contract and joined Monday Night RAW. As the segment ended, Paul Heyman was seen watching Vice backstage, which could be teasing that Heyman is interested in managing Vice on the brand.
Paul Heyman was part of The Vision when Becky Lynch was around, but Heyman never managed her as he did with his other clients. It’ll be interesting to see what’s next for him on the red brand.
`;
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/roundup-solo-sikoa-gets-kidnapped-raw-paul-heyman-manage-female-wwe-star-unfortunate-news-rey-mysterio?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













