”
], { 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);
});
});
})();
“I think originally it was supposed to be the Bloody Brutes, but we couldn’t be the Bloody Brutes because of the Bloodline,” said Holland. (H/T: WrestleTalk)
You can check out the full interview in the video below:
Ridge Holland exited the company last year after WWE informed him they would not be renewing his contract. The 38-year-old was out of action due to an injury when he learned his time at the company was coming to an end.
He returned to the ring last month at Maximum Pro Wrestling in England. Sheamus was the leader of The Brawling Brutes faction but is also set to become a free agent later this year. The Celtic Warrior reportedly declined a restructured contract offer from the promotion.
Ridge Holland criticizes WWE following his release
Wrestling veteran Ridge Holland criticized WWE following his departure from the company.
Speaking on the Wrestling Pedigree podcast, Holland went off on the promotion when asked about the company releasing talent. He suggested that they did not care about the people on the roster and that it was bad business.
“I think it’s bad business practice. I think it shows that you don’t care about your talent. It shows you don’t care about human beings. These people got hurt working for you… I just don’t think you can treat humans like that, especially when we’re putting our bodies on the line for you guys. I think that there needs to be better standards and practices when it comes to looking after talent,” Holland said.
Big E’s in-ring career came to an end during a match against Ridge Holland and Sheamus on the March 11, 2022, edition of SmackDown. Holland went for an overhead Suplex outside the ring, and Big E suffered a broken neck and was never able to return to the ring.
`;
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-the-bloodline-forced-major-wwe-faction-change-name?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













