”
], { 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);
});
});
})();
In a press release by Matthew Mania, the BRCW Chairman and CEO revealed that Steve Maclin was being stripped of the title and that it was being made vacant. This was due to disciplinary actions levied against him for his sudden appearance on the Matthew Mania podcast, where his conduct towards management violated all standards in place.
The press release also stated that the very popular wrestler was also suspended indefinitely, thanks to his violation of company policies regarding workplace conduct, insubordination, as well as harassment.
“Effective immediately, Steve Maclin is no longer recognized as the BRCW World Heavyweight Champion of Boca Raton, and the championship has been declared vacant.”
The vacant title will be up for grabs, with several top names competing for it. Matt Riddle, Kurt Stalion Rogers, Matt Taven, and the Main Event Monster Fulton will all compete for it at Mizner Park in Boca Raton, Florida, on August 16, Saturday.
In the statement released by BRCW, it was stated that the promotion holds the members of its roster to the highest standards of professionalism, respect, and accountability, and thus actions that don’t meet those standards won’t be tolerated.
As for what exactly he did, it has not been revealed. The episode of the podcast has not been published as of yet, but when it does, further details surrounding the star’s surprise appearance and actions should be revealed.
Given that Maclin is no longer champion, it remains to be seen how he reacts when a new champion is crowned, as he will have the legitimate claim to say that he was never defeated.
`;
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-breaking-world-heavyweight-champion-suddenly-stripped-of-title-in-disciplinary-action-the-beloved-wrestler-is-suspended?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













