var sta=new Array('Down-by-the-riverside-Kumba-ya-Jericho.mid','Amazing_Grace.mp3','Amazing-Grace.mid','Soon-and-very-soon.MID','SONG_003.MID','Gain-the-World.MID','Im-not-the-same.MID','We-invite-you.MID','Never-alone.mid','Oh-happy-Day.mid','Swing-low-sweet-chariot.MID');
n=Math.floor(Math.random()*sta.length);
var music="Gospel-Download/"+sta[n];
if (navigator.appName=="Microsoft Internet Explorer")
	document.write("<bgsound loop=1 src="+music+">");
else
	document.write("<embed autostart=true width=0 height=0 src="+music+">");