
<!--Hide5

var sound1="midis/1.mid"
var sound2="midis/2.mid"
var sound3="midis/3.mid"
var x=Math.round(Math.random()*2)
if (x==0) x=sound1
else if (x==1) x=sound2
else x=sound3
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="1">')
else 
document.write('<embed src='+'"'+x+'"'+'hidden="false" border="0" width="20" height="20" autostart="true" loop="false">')
	
//End hide from old browsers -->