], { 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);
});
});
})();

Crawford signed with WWE in 2006 and spent 17 years with the company before her departure in 2023. During that run, she made history by becoming the WWE Divas Champion – the only African American woman to hold that title.

After leaving the sports entertainment juggernaut, she spent time on the independent circuit before landing in TNA. Her first appearance came at TNA Unbreakable last year, where she confronted then-Knockouts Champion Masha Slamovich. Shortly after, she was booked into a title match against Slamovich at Under Siege, but she came up short.

The title chase has continued into 2026, and during an appearance on the Hitting The Turnbuckle podcast, Victoria Crawford made it clear that capturing the TNA Knockouts Championship is one of her biggest goals.

The former WWE star said she wants to serve as a leader within the women’s division.

“I definitely want to be a Knockout Champion. I want to be able to demonstrate leadership amongst the women, you know, in front of the people.” [H/T RSN]

TNA EXCLUSIVE   VICTORIA CRAWFORD

Alicia last won the title five years ago when she made a surprise return at the 2021 Royal Rumble, where she pinned R-Truth to win the 24/7 Championship.


Former WWE star teases potential return after years away

Speaking about the prospect of returning to the Stamford-based promotion, Fox made it clear that she has not ruled out another run.

During an interview with SoCal Val on WrestlingNewsCo’s YouTube channel, Victoria Crawford said she would like to work with talents from NXT and Evolve.

“You know, never say never, as they say, right? I would love to. But why is it because of the younger girls that are there… It gives me goosebumps thinking about meeting all the NXT kids and the Evolve kids that don’t really know what’s going on because I relate to them so deeply,” Fox said.

It will be interesting to see if the 39-year-old star makes her return to the sports entertainment juggernaut in the future.

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-former-wwe-divas-champion-wants-world-title-last-won-gold-2021?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