Çmimet e naftës rriten dhe aksionet bien për shkak të frikës nga përshkallëzimi i ri

Çmimet e naftës u rritën dhe aksionet ranë sot, pasi komentet nxitëse të presidentit të SHBA-së, Donald Trump i shuan shpresat e investitorëve për një përfundim të shpejtë të luftës.
Nafta bruto Brent, indeksi global i naftës, u rrit me 6.6% në tregtinë e hershme në gati 108 dollarë për fuçi. WTI, indeksi amerikan, u rrit me 6.3% në gati 106.4 dollarë për fuçi.
Tregjet e aksioneve ranë, pas fitimeve në fillim të javës. Kospi i Koresë së Jugut udhëhoqi rëniet në Azi, duke u mbyllur 4.5% më poshtë, transmeton Telegrafi.
Në Evropë, indekset kryesore ishin kryesisht në të kuqe dhe kontratat e ardhshme të SHBA-së gjithashtu treguan për një hapje më të ulët.
Ndjenja e tregut “u përkeqësua gjatë natës”, pas fjalimit të Trump, i cili nuk dha asnjë qartësi “mbi afatet kohore ose kushtet e mundshme për përfundimin e armiqësive kundër Iranit”, shkruan analistët e Deutsche Bank në një shënim.
“Nuk kishte asnjë sinjal se SHBA-të kërkonin një tërheqje të menjëhershme nga lufta”, shtuan ata. /Telegrafi/
Nga
Telegrafi
12 minutes ago
`;
}
// This is the NEW lazy-load behavior you pasted, but done safely from JS
function attachLazyGpt(slotId) {
const el = document.getElementById(slotId);
if (!el) return;
// Prevent double init
if (el.dataset.lazyInit === “1”) return;
el.dataset.lazyInit = “1”;
// Wait until required libs exist (inView + GPT + stpd)
let tries = 0;
const boot = () => {
tries++;
if (
typeof window.inView !== “function” ||
!window.googletag ||
!googletag.cmd ||
!window.stpd ||
!stpd.que
) {
if (tries < 80) return setTimeout(boot, 100);
return; // give up silently
}
// Lazy-load once when entering viewport
inView(`#${slotId}`).once(“enter”, (function () {
googletag.cmd.push(function () {
// Extra guard: only define/display once
const node = document.getElementById(slotId);
if (!node || node.dataset.gptInitialized === “1”) return;
node.dataset.gptInitialized = “1”;
// Your new code defines the slot on enter
googletag
.defineSlot(
`/22646657118/${slotId}`,
[[300, 250], [250, 250]]
,
slotId
)
.addService(googletag.pubads());
googletag.display(slotId);
stpd.que.push((function () {
stpd.initializeAdUnit(slotId);
}));
});
}));
};
boot();
}
function injectAds() {
let adIndex = 0;
for (let i = 0; i < allArticleParapgraphs.length; i++) {
if (adIndex >= adSlotIds.length) break;
const block = allArticleParapgraphs[i];
// Optional: inject immediately after image-based rebellt items
if (
INJECT_AFTER_IMAGE_REBELLT_ITEM &&
block.classList.contains(“rebellt-item”) &&
block.querySelector(“img”)
) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
block.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
}
continue;
}
// Normal cadence: every N blocks
if ((i + 1) % INJECT_EVERY === 0) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
block.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
}
}
}
}
injectAds();
})();
Top Lajme










