by Patrick Lee In a backroom workshop in Malaysia, goldsmiths with blowtorches and chisels sit at wooden desks as they melt and mould the precious metal into glittery jewellery. Demand for the safe-haven commodity has soared during the coronavirus pandemic and it is not only professional investors who are cashing in, but small businesses too. […]
Malaysian goldsmiths mould a profit out of pandemic
Hot this week
Popular Categories
document.addEventListener("DOMContentLoaded", () => {
const trigger = document.getElementById("ads-trigger");
if ('IntersectionObserver' in window && trigger) {
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
lazyLoader(); // You should define lazyLoader() elsewhere or inline here
observer.unobserve(entry.target); // Run once
}
});
}, {
rootMargin: '800px',
threshold: 0.1
});
observer.observe(trigger);
} else {
// Fallback
setTimeout(lazyLoader, 3000);
}
});
