”
], { 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);
});
});
})();
On X, Fatu wished The Usos a happy birthday by posting a short message. The twins are celebrating their 41st birthdays.
“DAY 1! NOT A DAY AGO!” wrote Fatu.
Check out Fatu’s post on X:
Rikishi’s Birthday Message To The Usos
Rikishi sent a message to his sons, celebrating their birthdays. The WWE Hall of Famer mentioned that he was proud of Jimmy and Jey Uso’s growth as men, fathers, leaders, and brothers, who are continuing to carry the Anoa’i family legacy forward.
On Instagram, the Hall of Famer wrote the following:
HAPPY BIRTHDAY TO MY SONS! 🎂🌴🩸☝🏾🙏🏾Nothing makes a father prouder than watching his sons grow into strong men, fathers, leaders, and brothers who continue to carry our family legacy. Seeing you boys standing side by side, representing our family and doing what you love, means more to me than any championship or accomplishment ever could. Always remember where you come from. Continue to protect each other, love each other, and keep GOD and FAMILY first. 🙏🏾I’m proud of you boys—not only for what you’ve accomplished, but for the men you have become. May God continue to protect you, guide you, and bless you with many more years of health, happiness, success, and LIFE. Happy Birthday, Twins. Love Dad !! #HappyBirthday #MySons #ProudFather #FatuFamily #GodFirst,”
It remains to be seen what’s next for The Bloodline on Monday Night RAW after the turn of events on this week’s show.
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-jacob-fatu-sends-a-message-to-the-usos-after-refusing-to-help-the-bloodline-on-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



