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

The news was shared on a Bella fan page, which allowed the duo to share their own heartbreaking reactions online.

Brie Bella shared the following message on the post, noting that she was left heartbroken by the news.

“So heartbroken!! Love you Manny and your spirit will continue on with all of us in the Bella Army. We will never forget you 🫶🏽🙏🏼🤍.”

Nikki also commented, making it clear that this had broken her heart before paying tribute to Manny.

“This breaks my heart. What a beautiful soul. ✨ Paint us beautiful sunsets Manny. ❤️ You’ll never be forgotten. RIP my friend. Till we meet again. 🙏🏼 Sending his family so much love and prayers. 💔🙏🏼✨🫶🏼”

Manny was known to be a huge fan of The Bella Twins and had met the duo on several occasions.

Manuel was just 20 years old and was fighting cancer, but he didn’t let that define him, and he became so much more than his struggle. He left a huge impression on The Bella Twins and will be sadly missed as an integral member of The Bella Army.

Brie Bella remains sidelined ahead of tonight’s WWE SmackDown

This is heavy news for The Bella Twins to take into WWE SmackDown, but Nikki Bella is expected to be part of the show and could have her own unique tribute planned for her longtime fan.

Brie Bella remains on the sidelines; her broken scapula injury from SummerSlam appears to be keeping her at home for the next few months, as Nikki and Paige continue the rivalry solo.

Brie is expected to return to become part of the story, since she also turned on Paige last month, but at present she’s unable to be cleared to return.

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-deepest-condolences-wwe-superstars-nikki-brie-bella?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