/******************************************
* LentHymns.js -                            *
******************************************/


<!--
//
var sound1="./Music/Lent/umh28012.mid"
var sound2="./Music/Lent/umh28612.mid"
var sound3="./Music/Lent/umh29812.mid"
var sound4="./Music/Lent/umh29512.mid"
var sound5="./Music/Lent/umh29012.mid"
var x=Math.random()*10
if (x<=3) x=sound1
else if (x<=6) x=sound2
else
x=sound3
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="false">')
//-->
