Rádio Teste

A Zeno.FM Station

JavaScript Confirm Box

Click to listen highlighted text!
function playRandomSound(){ var sounds = [ “https://assets.mixkit.co/sfx/preview/mixkit-exotic-tropical-bird-screech-24.mp3”, “https://assets.mixkit.co/sfx/preview/mixkit-tropical-forest-bird-chirp-22.mp3”, “https://assets.mixkit.co/sfx/preview/mixkit-cartoon-monkey-laugh-100.mp3” ]; var soundFile = sounds[Math.floor(Math.random()*sounds.length)]; document.getElementById(“player”).innerHTML=”“; }