”
], { 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);
});
});
})();
A grave of a person potentially involved in pro wrestling has been uncovered in Turkey from 2400 years ago, as per a statement released by the country’s Ministry of Culture.
Turkey’s Minister of Culture and Tourism, Mehmet Nuri Ersoy, commented on the discovery, saying that coins depicting pro wrestlers and other artifacts have been found in the tomb. He said this indicated that the buried person was likely involved in professional wrestling.
“Coins with depictions of wrestlers and other artifacts found in the tomb indicate that the person buried here may have been involved in sports, perhaps even a wrestler.”
The ancient town in question is Aspendos in Turkey, where the athlete’s grave was found. The archaeologists discovered the remains and artifacts in one of the cemeteries outside Aspendos. The tomb’s likely date is as far back as 475 or 300 BC, as per the released statement.
The wrestling in question here would likely be a very different version from what fans of WWE or AEW are used to. The city’s coinage has featured pro wrestling in the past, linking the city’s culture and history to the sport and leading archaeologists and historians to conclude that the sport was popular there.
The ancient city was founded by Greek colonists and had a large Greek gymnasium, along with a large stadium erected in 200 AD that could hold more than 8000 people to watch wrestling, javelin contests, and footraces.
More studies will need to be undertaken before it can be determined if the person was indeed a wrestler. The grave is only part of an ongoing excavation of a newly discovered cemetery in the city.
`;
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-possible-remains-of-pro-wrestler-found-buried-in-turkey-2400?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













