Emperor Metals Returns 15.0 Meters of 61.5 g/t Gold Including 2.4 Meters of 369.6 g/t Gold | INN
${data.image ? `` : ”}

${quoteHtml || ”}

`;
} else if (format === ‘price’) {
//
html = `

${data.headline}

${data.stockSymbol}

`;
} else if (format === “report’) {
html = `

${data.headline}

`;
} else {
html = `

${data.headline}


${data.description ? `

${data.description}

` : ”}

`;
}

tooltipCache[slug] = html;
tooltip.innerHTML = html;

if ((format === ‘stock’ || format === ‘price’) && window.qMod) {
setTimeout(() => {
qMod.loadTools();
}, 0);
}

tooltip.style.display = ‘block’;
tooltip.style.left = e.pageX + 10 + ‘px’;
tooltip.style.top = e.pageY + 10 + ‘px’;
});

link.addEventListener(‘mousemove’, (e) => {
tooltip.style.left = e.pageX + 10 + ‘px’;
tooltip.style.top = e.pageY + 10 + ‘px’;
});

link.addEventListener(‘mouseout’, () => {
tooltip.style.display = ‘none’;
});
},
);

});

window.REBELMOUSE_TASKS_QUEUE.push(function(){

const init = () => {
const pageparams = splitArray(sectionsArray, 5);
gtag(‘event’, ‘traffic_content’, {
…pageparams
});
}

const splitArray = (arr, maxItems) => {
let result = {};
for (let i = 0; i < arr.length; i += maxItems) {
result[`page_content_${Math.ceil((i + 1) / maxItems)}`] = arr.slice(i, i + maxItems);
}
return result;
}

setTimeout(() => init(), 250);

});

window.REBELMOUSE_TASKS_QUEUE.push(function(){

const li = document.querySelector(“li.rm-breadcrumb__item–primary_section_slug”);
if (li) {
const validLinks = Array.from(li.querySelectorAll(“a.rm-breadcrumb__link”))
.filter(link => link.textContent.trim().length > 0);

validLinks.forEach((link, index) => {
if (index < validLinks.length – 1) {
const separator = document.createElement(“span”);
separator.className = “rm-breadcrumb__separator separator_block”;
separator.setAttribute(“aria-hidden”, “true”);
separator.innerHTML = “>”;
link.insertAdjacentElement(“afterend”, separator);
}
});
}

var currentValue = getCookie(“edition_code”);
if(currentValue !== “”){
updateUrlsByEdition(currentValue);
}

function updateUrlsByEdition(edition) {
const links = document.querySelectorAll(‘.rm-breadcrumb__item–primary_section_slug a, .rm-breadcrumb__item–home_page a’);

links.forEach(link => {
const href = link.getAttribute(‘href’);
if (!href) return;

const url = new URL(href);
let path = url.pathname.replace(/^/+/, ”);

if (path === ”) {
if (edition === ‘north_america’) {
link.setAttribute(‘href’, ‘https://investingnews.com/’);
} else if (edition === ‘australia’) {
link.setAttribute(‘href’, ‘https://investingnews.com/au/’);
} else if (edition === ‘world’) {
link.setAttribute(‘href’, ‘https://investingnews.com/world/’);
}
return;
}

if (edition === ‘north_america’) {
const restoredPath = path.replace(/^(au|world)//, ”);
link.setAttribute(‘href’, `https://investingnews.com/category/daily/${restoredPath}`);
} else {
if (edition === ‘australia’) {
edition = ‘au’;
}
const newPath = `${edition}/${path}`;
link.setAttribute(‘href’, `https://investingnews.com/${newPath}`);
}
});
}

// Function to get the value of a cookie
function getCookie(cookieName) {
var name = cookieName + “=”;
var decodedCookie = decodeURIComponent(document.cookie);
var cookieArray = decodedCookie.split(‘;’);
for (var i = 0; i < cookieArray.length; i++) {
var cookie = cookieArray[i].trim();
if (cookie.indexOf(name) == 0) {
return cookie.substring(name.length, cookie.length);
}
}
return “”;
}

});



Read the full article here

Share.
Exit mobile version