var nummidi=10
day=new Date()
seed=day.getTime()
ran=parseInt(((seed-(parseInt(seed/1000,10)*1000))/10)/100*nummidi+1,10)
if(ran==(10))
midi=("sounds/santa.mid")
if(ran==(10))
words=("Santa Claus Is Coming To Town")
if(ran==(9))
midi=("sounds/Anthropology.mid")
if(ran==(9))
words=("Anthropology");
if(ran==(8))
midi=("sounds/daybyday2.mid")
if(ran==(8))
words=("Day By Day")
if(ran==(7))
midi=("sounds/Here.mid")
if(ran==(7))
words=("Here's That Rainy Day")
if(ran==(6))
midi=("sounds/TheOddCpl.mid")
if(ran==(6))
words=("The Odd Couple")
if(ran==(5))
midi=("sounds/tristeza.mid")
if(ran==(5))
words=("Tristeza")
if(ran==(4))
midi=("sounds/satin_doll.mid")
if(ran==(4))
words=("Satin Doll")
if(ran==(3))
midi=("sounds/StWeather.mid")
if(ran==(3))
words=("Stormy Weather")
if(ran==(2))
midi=("sounds/rollem.mid")
if(ran==(2))
words=("Roll 'Em")
if(ran==(1))
midi=("sounds/stolen.mid")
if(ran==(1))
words=("Stolen Moments (site theme song)")
document.write('<body bgcolor=#024858 leftmargin=0 topmargin=0><font size=-4 face=Arial color=#99CCCC><center>',words,'</font>')
document.write('<EMBED SRC= "'+midi+'" TARGET=player HEIGHT=55 WIDTH=200 AUTOSTART=TRUE>')