], { 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 announcement further stated that the couple is also the new owner of DEFY Wrestling. They also released a statement as co-owners and their plans for both promotions in the future.

You can check out the official statement here. Link.

“We are delighted to be the new co-owners of PROGRESS. We both started in the UK and Ireland and fully believe this is the host to the greatest talent pool on earth, and PROGRESS is well positioned to showcase this generation and the next generation,” Damo said.

He further added:

“We are also very excited to be the new co-owners of DEFY Wrestling. Home to the most feverish fan base in the Pacific North West. Nikki and I have an affinity with Seattle, and I always had an incredible experience wrestling on the DEFY shows in front of the Defyance,” Damo said.

After the announcement, the first-ever female Super Style 16 was also revealed.


Nikki Cross and Killian Dane were once in the same WWE faction

In 2016, Eric Young introduced the WWE Universe to SAnitY, and the group slowly grew in numbers. By the end of the year, Killian Dain and Nikki Cross were in the faction at the same time, and with Young’s leadership, the stable became one of the most well-known acts on the brand.

Unfortunately, the old regime didn’t see the same value in the group and called the faction to WWE’s main roster without Nikki Cross. While Dain was released from the company in 2021, Cross had a great run in the company as a singles performer before she was recently released with The Wyatt Sicks.

The two have previously made their mark on the independent circuit, and Damo and Storm are looking to take PROGRESS and DEFY to new heights with their recent announcement.

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-breaking-ex-wwe-stars-announced-new-owners-two-wrestling-promotions?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