(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Less than a year after being found in one of the company's mines in Mozambique by Canadian firm Fura Gems, the stone was put up for auction in New York in June, as reported by CNN.
Sotheby's referred to the gem as "exceedingly rare" and "the most valuable and important" ruby to have hit the market before the auction. Its Portuguese name, Estrela de Fura, translates to "Star of Fura" in Mozambique.
Rubies are regarded as among the world's rarest and most valuable gemstones, despite the fact that colored diamonds, in particular, dominate record gemstone sales. The Sunrise Ruby, a 25.59-carat stone discovered in Myanmar that cost $30.3 million in Geneva, Switzerland, in 2015, broke the previous auction record for a ruby.
The rough stone from which Estrela de Fura was carved grabbed headlines when it was discovered by miners in July of last year. It was the biggest gem-quality ruby ever discovered, weighing 101 carats at its discovery, almost twice as much as it does now.
Before being sold, a gemstone must be polished, cut into a smaller, symmetrical shape, and cleaned to eliminate impurities and enhance its color and brightness. The Swiss Gemmological Institute's analysis, according to Sotheby's, stated that this had "resulted in vivid red hues due to multiple internal reflections."
👉 Discover more in this in-depth guide.
In a statement, Fura Gems’ founder and CEO, Dev Shetty, said stones of such size and quality are “almost unheard of.”
“From the in-depth analysis and study of the stone, through the process of cutting and polishing, we have worked with the utmost care and respect for the ruby, recognizing its importance and stature,” he added.
Despite the fact that Mozambique was where rubies were originally discovered many years ago, a big business didn't start to develop there until 2009 when a sizable deposit of the stones was discovered close to the northern city of Montepuez. One of the most successful nations in the world now for mining rubies is Mozambique.
Among the stones found in the area was Estrela de Fura. It was characterized as having "outstanding clarity" by Sotheby's with a "pigeon's blood" color, which is more frequently connected to highly prized Burmese rubies.