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

Dana Brooke recently participated in a virtual signing for K & S WrestleFest, where she commented on her TNA absence. The former WWE star noted that she’s still dealing with health issues, which she believes arose from pushing herself too fast during the last injury recovery period.

“You know, on TV, they say it’s a little mental health break. Really and truly, I’m putting myself first and foremost, for the first time ever in my wrestling journey. I’ve had some really scary health issues in the last coming year — now coming up on a year. We were recovering at what I thought was a decent pace and was really excited to get back into the ring but I think I pushed my body a little too fast, too soon. Got back in the ring and my body just kind of said, let’s hold off a little bit longer so I am dealing with some health issues but, I always say never say never and I’m very hungry to get back and get back in that ring maybe one day again.” [H/T – Fightful]


Dana Brooke was a part of WWE for over a decade

Dana Brooke signed with WWE in 2013 with no prior pro wrestling experience. However, the 37-year-old became a prominent part of the company’s women’s division over the years and remained with the global juggernaut for a decade before getting released in 2023.

Dana signed with TNA following her departure from WWE. She even returned to the Stamford-based promotion in 2024 as part of the working relationship between the two companies. Aside from TNA, the former 24/7 champion also competes on the Independent Circuit.

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-prayers-up-for-former-wwe-star-ash-by-elegance-fka-dana-brooke?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