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

Furthermore, Cathy added that the car’s tires were fine and not flat. Also, the WWE employee revealed that this happened on the city’s edge.

“I was almost carjacked in Italy. So, I tried to do a lot of solo experiences… we were actually driving into Milan from another city that we had stopped at,” she said. “As we were pulling into the city, we saw this one guy—he had like a Rolex or something—get it stolen right off the street. Then we’re driving a little further, and something else like that caught our attention. Then we’re on the edge of the city, and these two guys on Vespas come up on either side. We realized he was saying ‘flat tire,’ but our tire pressure was fine, so we kept driving.”

Adding to this, the backstage interviewer called the entire situation a setup. This is evident because she revealed that those two men were distracting them by forcing them to pull over and claiming there was traffic ahead.

However, Cathy revealed that the area was quieter, with the streets not busy at that moment.

“I think that’s when the other person popped the tire in the back and sped off—but we didn’t clock it because he’s distracting us. He’s like, ‘Pull over, pull over.’… ‘No, no, no—down further, too much traffic. I’ll help you change it.’ But it was a much quieter area, not a busy street—and that’s when my instincts started going off.” [H/T RingsideNews]

CATHY KELLEY IS HERE! (Part Two) | Ep. 115


WWE female star’s vacation was ruined after this incident

After Cathy started recording the entire situation, they managed to escape. Later, when she watched the clip, it was clear that those men were buying time and were connected to other people via earpieces.

This scary incident was not only horrific but also ruined the vacation of the WWE female star.

“The vacation was kind of ruined, but we were really lucky. It could have been so much worse. They told us they see this about once a week. What usually happens is they get you to take your bags out… and then a van pulls up, takes all your stuff, and drives off.” (H/T: RingsideNews)

At the end, it’s great news that nothing happened to the WWE star in this entire situation.

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-almost-carjacked-female-wwe-star-shares-scary-incident?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