
<!-- pisolo ringrazia
// David McCoy;   mccoy@midwest.net     URL: http://www.midwest.net/scribers/mccoy/
// This is my random midi picker (v3.0);  If use a variant of this in your page, then
// please email me :)  You may also have to alter the links in the EMBED line so your
// browser can "find" your MIDI files.  such as:  document.write('<EMBED SRC= 
// "http://www.server.com/page/' + midi + '" WIDTH=200 HEIGHT=60 AUTOSTART=TRUE>')
// var nummidi  is the number of MIDIs you will be using

var nummidi = 1
day = new Date()
seed = day.getTime()
ran = parseInt(((seed - (parseInt(seed/1000,10) * 1000))/10)/100*nummidi + 1,10)

if (ran == (1))    
midi=("wbalsard.mid") 

document.write('<EMBED SRC= "' + midi + '" WIDTH=200 HEIGHT=20 loop=true AUTOSTART=TRUE>')
document.write('<BGSOUND SRC= "' + midi + '"  loop=infinite AUTOSTART=TRUE>')


// open your eyes -->

