”
], { 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);
});
});
})();
Kevin Owens has been seen spending time with family during his time away from the squared circle. The Prizefighter has another occasion to celebrate with his folks today, as it is his 42nd birthday.
We at Sportskeeda Wrestling would like to send our best wishes to the multi-time WWE champion and hope to see him return to in-ring action healthier than ever.
Kevin Owens recently made a huge WWE announcement
Kevin Owens has largely stayed away from WWE programming since announcing his injury. However, the Prizefighter recently made a huge announcement on the company’s behalf, announcing WWE’s return to his home country, Canada.
“Hello, my name is Kevin Owens, you may know me from several wrestling matches I have had in the last 26 years or so. Not so much in the last year, I haven’t wrestled since I had a neck surgery, it was a whole thing. So anyway, since then, I have not been doing much. A lot of walking around aimlessly. But today, I have a purpose. WWE is excited to announce, so excited to announce that they asked me to announce it that WWE is coming back to Canada in August. Thursday, August 20, London, Ontario at the Canada Life Place. That’s a Thursday night for the summer tour, live event, very exciting. Next night, Friday, August 21, in Toronto, SmackDown. That’s gonna be big. Then, Monday, August 24, it’s RAW in Ottawa, the Canadian Center. So those shows are pretty exciting, big shows coming up.”
Owens also stated that he misses the fans a lot:
“I really miss you guys and I mean that 100%”
Kevin Owens underwent successful neck fusion surgery last year in July. While he has been sidelined for over a year, the Prizefighter is undergoing intensive rehabilitation to return to the ring. However, his in-ring future is still up in the air.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/sending-our-best-wishes-to-kevin-owens?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


