], { 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 Best in the World and his wife, AJ Lee, rescued Larry from PAWS Chicago in February 2015, and he had become an integral part of their daily lives. Larry was a fixture backstage at WWE events as well and brightened up the locker room.

Notably, it was revealed that Larry is to be an in-game manager in this year’s WWE 2K26 MyFACTION mode. In an interview with GAMING BIBLE, CM Punk talked about the announcement and said it meant a lot to him. He also mentioned struggling since Larry’s passing.

“It means a lot. I’ve cried once a day since Thanksgiving, you know, so it’s still pretty fresh, and it’s still pretty raw. I don’t know if it’s ever gonna go away, but looking at pictures of him always makes me smile. Being able to share that joy with the world, it means a lot, you know,” he said.

CM Punk also acknowledged the outpouring of support from WWE fans since he suffered the loss.

“I see constant signs in the crowd and people’s messages, specifically about Larry. It’s great, you know, fans are always drawing him and making bracelets with his name on them and gestures like that. I love that little dude, and it’s cool to see that a lot of other people did too,” he added.


CM Punk paid a tribute to Larry

Following Larry’s passing, CM Punk decided to pay a tribute to his beloved pet in his own way. The World Heavyweight Champion got a tattoo of Larry’s paw in the middle of his chest to honor his memory.

In January, PAWS Chicago, Piece Pizzeria, and Punk revealed they have partnered on a fundraising campaign in honor of Larry.

During the conversation with GAMING BIBLE, he revealed that he adopted Larry because he was no longer on the road with WWE and decided it was the right time to get a dog.

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-i-ve-cried-day-wwe-icon-cm-punk-shares-heartbreaking-update?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