”
], { 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 Role Model responded in the comments with:
“Uuu na na na, best friend.”
This quickly caught the attention of wrestling fans, particularly because she and Ruca have developed an interesting relationship on WWE television over the past several months.
Ruca has enjoyed a major breakout year in WWE. After establishing herself as one of the most exciting performers in the women’s division, she became a prominent player in the Women’s Intercontinental Championship picture. She also shared the ring with Bayley during several matches earlier this year, including championship-related bouts.
Ruca secured an important opportunity when she defeated Lyra Valkyria and Maxxine Dupree in a Triple Threat Money in the Bank qualifying match on the September 7 edition of WWE RAW. That victory made Ruca one of the first women to officially qualify for the upcoming Money in the Bank Ladder Match.
Bayley turning the tide for Sol Ruca
Bayley played a role in the dramatic circumstances surrounding that match. The former Women’s Champion returned to WWE television on September 7 after an extended absence and immediately reignited her bitter rivalry with Valkyria. Her actions ultimately helped create an opening for Ruca to win the qualifier.
Ruca’s momentum continued during WWE’s South America tour, where she shared the ring with Bayley, IYO SKY, and Raquel Rodriguez in a Women’s Intercontinental Championship Fatal Four-Way in Santiago, Chile. Rodriguez retained the championship in that match.
The Role Model, meanwhile, has become one of the major talking points on RAW following her return. On the September 14 episode of the red brand, she continued to make it clear that her issues with Valkyria are far from over. WWE is portraying The Role Model as determined to prove that she remains one of the company’s elite performers.
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-bayley-calls-27-year-old-wwe-superstar-her-best-friend?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



