This code provides you with a music dropdown playlist. Also includes play, pause, and stop buttons
You can use this script to have a different song play everytime a person views your site or clicks the refresh button. You can add more songs if you want, just simply follow the pattern.
ADDING MUSIC
In order to add more songs to your playlist, you will need to add an additional
and an additional songs[5]="SONG URL HERE"; And of course increment the value="#" and songs[#] as you go.