
var sound1="Dawnmist.mid"
var sound2="Juswayur.mid"

var x=Math.round(Math.random()*1)
if (x==0) x=sound1

else x=sound2
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">')

