”
], { 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);
});
});
})();
RAF is officially broadcast on Fox Nation, so it was natural for the network to promote content surrounding it. Fox News reporter Abby Hornacek took one for the team on the latest episode of Fox & Friends.
Hornacek was on the receiving end of a German suplex by RAF women’s middleweight champion Kennedy Blades. The champ took great care of Hornacek despite looking like the reporter landed on her neck. She twisted her shoulder to ensure that the suplex landed safely.
Here’s the video of the suplex:
The segment was part of Fox Nation’s promotion for the RAF07 event that same day. Kennedy Blades defeated Milana Dudieva 11-0 to retain the RAF women’s middleweight championship.
UFC’s Arman Tsarukyan beat Georgio Poullas for the second time in two months in the main event. Colby Covington was also victorious over Dillon Dannis in the co-main event.
Fox News reporter reacts to getting suplexed
In a post on Instagram and her Instagram stories, Fox News reporter Abby Hornacek reacted to getting suplexed by Kennedy Blades. Hornacek was a good sport and seemed to have enjoyed the experience. She also assured everyone that she was safe despite how bad the bump looked on video.
“Got suplexed by an Olympian today so that’s cool @kennedyblades,” Hornacek wrote.
“Was humbled very quickly today,” she added.
It’s not the first time Hornacek did something unique for Fox News. She also participated in a charity basketball game earlier this month, rappelled at Yosemite National Park, rode a mechanical bull at the American Rodeo and kayaked through the Kenai Fjords National Park.
`;
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-reporter-takes-scary-bump-national-tv?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













