function updateClock() { var now = new Date(); var hours = now.getHours(); var minutes = now.getMinutes(); minutes = minutes < 10 ? '0' + minutes : minutes; var time = hours + ':' + minutes; document.getElementById('clock').textContent = time; } setInterval(updateClock, 1000); updateClock(); // Inicializar todos os tooltips var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]')) var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) { return new bootstrap.Tooltip(tooltipTriggerEl) }) const emailBtn = document.getElementById('emailBtn'); const emailModal = new bootstrap.Modal(document.getElementById('emailModal')); const emailContent = document.getElementById('emailContent'); emailBtn.addEventListener('click', showEmail); function showEmail() { emailModal.show(); } $("#mylunaradio").lunaradio({ userinterface: "small", backgroundcolor: "#14164d", fontcolor: "#ffffff", hightlightcolor: "#2c711e", fontname: "Roboto Flex", googlefont: "Roboto+Flex:wght@400&display=swap", fontratio: "0.6", radioname: "", scroll: "true", coverimage: "./img/logo.png?v=1741827132", usevisualizer: "real", coverstyle: "square", onlycoverimage: "false", visualizertype: "8", multicolorvisualizer: "false", color1: "#e9ff00", color2: "#e9ff00", color3: "#000c7f", color4: "#000c7f", itunestoken: "1000lIPN", metadatatechnic: "fallback", streamurl: "https://azura.servercast.com.br/listen/radio-novacast", streamtype: "shoutcast2", icecastmountpoint: "/stream", shoutcastpath: "/stream", shoutcastid: "1", metadatainterval: "25000", volume: "100", debug: "false", usestreamcorsproxy: "false", autoplay: "false", displayvisualizericon: "false", displayliveicon: "false" });