String[] songs = {"bs_nervous.mp3"}; String GetSong() { int index = (int)random(songs.length); return songs[index]; }