”
], { 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);
});
});
})();
With less than 24 hours to go before the show, WWE RAW’s General Manager Adam Pearce took to X to provide the lineup for the show. One of the key segments will involve the Bloodline.
“Everybody saw what happened last week. What happens when Jey Uso delivers Solo Sikoa to the Tribal Chief? Let’s find out together. It’s Monday Night Raw, Live from Buffalo 8E/5P, and we are live around the world on Netflix. I already said that, you already knew it, and you need to tune in because of it. And that is official,” Adam Pearce said.
Apart from this, the Intercontinental Championship will also be on the line as the champion Chad Gable will defend it against WWE Hall of Famer Rey Mysterio. Adding to it, Lyra Valkyria will take on Sol Ruca. Also, the No.1 Contender’s tournament for Reigns’ title will continue on RAW with two first-round matches.
Roman Reigns forced Jacob Fatu to become part of the Bloodline
Previously, Jacob Fatu had been fighting against The Bloodline. On the RAW after WrestleMania, the Samoan Werewolf challenged the OTC. Both stars wrestled each other on two separate Premium Live Events. Their first bout was at WWE Backlash. Reigns slammed Fatu face-first on an exposed turnbuckle and hit the Spear to pick up the pinfall victory.
The second bout was at the Clash In Italy PLE. This time around, it was Tribal Combat. If Fatu lost, he would have to acknowledge Reigns and become one of the Bloodline. That was exactly what happened. After losing to the World Heavyweight Champion, Fatu joined his cousins.
Solo Sikoa has also been fighting against Roman Reigns and The Bloodline. Now that he has lost his one-on-one match against Jey Uso, will he follow Fatu in rejoining the Bloodline?
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/news-roman-reigns-set-add-another-name-bloodline-wwe-raw?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




