function radio()
{
//11
var ranNum= Math.round(Math.random() * 11);
if (ranNum == 0){document.write('<embed src="Radio/mp3/Track01.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track1
if (ranNum == 1){document.write('<embed src="Radio/mp3/Track02.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track2
if (ranNum == 2){document.write('<embed src="Radio/mp3/Track03.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track3
if (ranNum == 3){document.write('<embed src="Radio/mp3/Track04.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track4
if (ranNum == 4){document.write('<embed src="Radio/mp3/Track05.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track5
if (ranNum == 5){document.write('<embed src="Radio/mp3/Track06.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track6
if (ranNum == 6){document.write('<embed src="Radio/mp3/Track07.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track7
if (ranNum == 7){document.write('<embed src="Radio/mp3/Track08.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track8
if (ranNum == 8){document.write('<embed src="Radio/mp3/Track09.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track9
if (ranNum == 9){document.write('<embed src="Radio/mp3/Track10.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track10
if (ranNum == 10){document.write('<embed src="Radio/mp3/Track11.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track11
if (ranNum == 11){document.write('<embed src="Radio/mp3/Track12.mp3" width="0" height="0" autostart-"true" loop="false"></embed>'); } // track12
}
