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

“Hi everyone, now that it’s been a couple of weeks since my release, I’ve had some time to kind of get back into things, back into a normal way of life, get used to normal things, being at home with my family, being with my kids, and I just wanted to thank everybody for their love and support…You have no idea what your words, your tour encouragement and your love has meant to me and my family. Just thank you,” he said.

Moreover, the former two-time UFC Heavyweight Champion vowed that he is stepping into a new way of life and will keep working to get back, but won’t “overwhelm” himself.

“I will keep doing the work to get back to everyone and for just myself now, to fully get back out there without…I don’t want to overwhelm myself with the pace of life that I was getting used to, to now all of a sudden, a new way of life, a new way of living, a new rhythm,” Cain said.


When was Cain Velasquez in WWE?

Cain Velasquez retired from mixed martial arts, having a Hall of Fame-worthy run in UFC, and etching his name among the greatest heavyweights in the world of MMA. In 2019, Velasquez began his professional wrestling journey in the AAA promotion.

In October 2019, Rey Mysterio brought Velasquez on WWE Friday Night SmackDown while he was in a rivalry with Brock Lesnar. Cardio Cain was the ghost of Lesnar’s past, as he was the one who defeated The Beast Incarnate during their bout in UFC.

Velasquez and Lesnar were booked to compete in a singles match at WWE Crown Jewel 2019. However, their match lasted only 88 seconds as The Beast Incarnate defeated his UFC rival via Kimura Lock. In 2020, during the COVID-19 budget cuts, the 43-year-old MMA legend was released from his contract.

It will be interesting to see what’s next in Cardio Cain’s career in the coming time.

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-former-wwe-star-releases-first-statement-since-being-released-from-jail?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