document.addEventListener("DOMContentLoaded",function(){const n=document.querySelectorAll(".menu-item"),t=document.querySelectorAll(".news-item"),i=document.getElementById("icon-href");n.forEach(r=>{r.addEventListener("mouseover",function(r){r.preventDefault();n.forEach(n=>n.classList.remove("active"));this.classList.add("active");t.forEach(n=>n.classList.add("hidden"));const u=this.getAttribute("data-category"),f=document.getElementById(u+"-content");f.classList.remove("hidden");const e=this.querySelector("a").getAttribute("href");i.setAttribute("href",e)})})})