var numsong = 13
day = new Date()
seed = day.getTime()
ran = parseInt(((seed - (parseInt(seed/1000,10) * 1000))/10)/100*numsong
+ 1,10)
if (ran == (13))
{
song=("13 how.mp3")
words=("Whats your name again")
time=("99")
}
else if (ran == (12))
{
song=("12 leaps.mp3")
words=("Leaps and Bounds")
time=("108")
}
else if (ran == (11))
{
song=("11 how1.mp3")
words=("How Can I Ever Forget you")
time=("128")
}
else if (ran == (10))
{
song=("10 onwards.mp3")
words=("Onwards and Upwards")
time=("92")
}
else if (ran == (9))
{
song=("09 monktrane .mp3")
words=("Take the MonkTrane")
time=("97")
}
else if (ran == (8))
{
song=("08 Vixes_fixes.mp3")
words=("Vixes Fixes")
time("66")
}
else if (ran == (7))
{
song=("07 wears2.mp3")
words=("Wears the Melody [excerpt #2]")
time=("86")
}
else if (ran == (6))
{
song=("06 wears1.mp3")
words=("Wears the melody [excerpt #1]")
time=("123")
}
else if (ran == (5))
{
song=("05 evolution.mp3")
words=("Evolution")
time=("100")
}
else if (ran == (4))
{
song=("04 wears3.mp3")
words=("Wears the Melody [excerpt #3]")
time=("83")
}
else if (ran == (3))
{
song=("03 bassbop.mp3")
words=("Bass Bop")
time=("87")
}
else if (ran == (2))
{
song=("02 almost.mp3")
words=("Almost There")
time=("95")
}
else if (ran == (1))
{
song=("01 three.mp3")
words=("3 Sides of the Same Coin")
time=("135")
}
document.write('<meta http-equiv="refresh" content="' + time + ' URL=index.html">')
document.write('<EMBED SRC= "' + song + '" CONTROLS=smallconsole HEIGHT=75 WIDTH=300 AUTOSTART=TRUE LOOP=FALSE VOLUME=100%>')
document.write('<br>You are listening to ' + words + ' ')
