var sound1="image/pm203g.mid"
var sound2="image/pm204g.mid"
var sound3="image/pm205g.mid"
var sound4="image/pm206g.mid"
var sound5="image/pm212.mid"
var sound6="image/pm213g.mid"
var x=Math.round(Math.random()*5)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else if (x==4) x=sound5
else x=sound6
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else 
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')