(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();
}
})();
The player nicknamed STAT (Standing Tall And Talented) should now begin calling himself Standing Tall And Jewish. Yes people, believe it, basketball fans have just discovered that Amare Stoudemire is part of the “Jew Crew”. After recently amplifying his interest towards the religion, Amare is now in pursuit of learning more about his cultural and religious roots. He plans to do so by traveling to the Holy Land.
This morning Stoudemire boarded a plane straight to Israel. The NBA superstar will be staying for two months and will be learning the Hebrew language and more about his cultural background. This includes visiting the sacred city of Jerusalem. His Jewish roots became exposed through his avid “tweeting” and it became known that Amare is part of the ‘Chosen People’.
👉 For more insights, check out this resource.
By saying Hebrew phrases like: “Boker Tov”(Good morning), “Shalom”-(Hello) and “ze ha ha’lom sheli”-(This is my dream) Amare has provoked his thousands of followers on Twitter to be extremely curious about his Jewish background. Amare has been conscious of his religion from youth as he always knew his mother Carrie was Jewish. In fact, months ago in Phoenix when the Suns supported the protest of new Latino immigration law and became the “Los Suns” to honour the Latino-American culture, Amare was a huge advocate due to the Jewish significance of Spanish ancestry. He further tweeted…
““We support the Latin community. They are apart of the 12 tribes of Israel. It 1 Nation under YAH (god). Let’s come together. Shalom !! 1love”
👉 Discover more in this in-depth guide.
Stoudemire also has a series of Hebrew letters written on his neck and according to Sacramento Kings Israeli star Omri Casspi, he also recently tattooed the Star of David or “Magen David” on his arm (he also has a “Black Jesus” tattoo but in good taste we will disregard its existence).
Hopefully Amare’s new-found interest in his faith will bring some fresh hope to the Knicks, who haven’t won an NBA championship in 37 years.
The only question is……….when is the circumcision?
I think the Rabbi is going to have to find a bigger pair of scissors
Mazel Tov
-CC