var text = new Array(); text[0] = 'Alexunder Base and Lys-Runaway.mp3'; text[1] = 'Celia Feat Kaye Styles-Is It Love.mp3'; text[2] = 'Inna - Un Momento.mp3'; text[3] = 'Vulpix Feat. Daone Si Karina - As Cumpara Timp.mp3'; text[4] = 'Adela Popescu - Visele Noastre.mp3'; text[5] = 'Mattyas Feat Kristina - Secret Love.mp3'; text[6] = 'Ady Cristescu - Nu vreau poveste de amor.mp3'; text[7] = ' Puya Ft. Connect-R - American Dream.mp3'; text[8] = 'Lora - No More Tears.mp3'; text[9] = 'Bitza Feat. Ombladon - Were Gonna Make It.mp3'; text[10] = 'Jai Alexander And Sarah - The Legend.mp3'; var rand = Math.floor (Math.random()*text.length); document.write(text[rand]);