<!-- close your eyes
// 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 = 11
day = new Date()
seed = day.getTime()
ran = parseInt(((seed - (parseInt(seed/1000,10) * 1000))/10)/100*nummidi + 1,10)

if (ran == (1))
midi=("mp3s/1330.mp3")  
if (ran == (2))
midi=("mp3s/1035 Express.mp3")  
if (ran == (3))
midi=("mp3s/Track 11.mp3")  
if (ran == (4))
midi=("mp3s/0607.mp3")  
if (ran == (5))
midi=("mp3s/0649.mp3")
if (ran == (6))
midi=("mp3s/0803.mp3")
if (ran == (7))
midi=("mp3s/0429.mp3")
if (ran == (8))
midi=("mp3s/2516.mp3")
if (ran == (9))
midi=("AcreLivs.mid")
if (ran == (10))
midi=("mp3s/Track 3.mp3")    
if (ran == (11))
midi=("mp3s/0742am.mp3")

document.write('<EMBED SRC= "http://www.acre.info/' + midi + '" WIDTH=200 HEIGHT=55 AUTOSTART=TRUE>')
document.write('<BGSOUND SRC= "http://www.acre.info/' + midi + '"  loop=infinite AUTOSTART=TRUE')

// open your eyes -->
 
  

