var aantal = 13;
var random = Math.random() ;
var nummer = Math.round( (aantal-1) * random) + 1 ;
citaten = new Array
citaten[1]="http://www.xs4all.nl/~skyline/cd/aliceinwonderland.mp3"
citaten[2]="http://www.xs4all.nl/~skyline/cd/achildisborn.mp3"
citaten[3]="http://www.xs4all.nl/~skyline/cd/whensunnygetsblue.mp3"
citaten[4]="http://www.xs4all.nl/~skyline/cd/allthethingsyouare.mp3"
citaten[5]="http://www.xs4all.nl/~skyline/cd/crystalsilence2.mp3"
citaten[6]="http://www.xs4all.nl/~skyline/cd/inasentimentalmood.mp3"
citaten[7]="http://www.xs4all.nl/~skyline/cd/longagoandfaraway.mp3"
citaten[8]="http://www.xs4all.nl/~skyline/cd/milano.mp3"
citaten[9]="http://www.xs4all.nl/~skyline/cd/misty.mp3"
citaten[10]="http://www.xs4all.nl/~skyline/cd/roundmidnight.mp3"
citaten[11]="http://www.xs4all.nl/~skyline/cd/timeremembered.mp3"
citaten[12]="http://www.xs4all.nl/~skyline/cd/tuneup.mp3"
citaten[13]="http://www.xs4all.nl/~skyline/cd/whatareyoudoingwiththerestofyourlife.mp3"

titels = new Array
titels[1]="Alice in Wonderland"
titels[2]="A Child is born"
titels[3]="When Sunny Gets Blue"
titels[4]="All the Things You are"
titels[5]="Crystal Silence"
titels[6]="In a Sentimental Mood"
titels[7]="Long Ago and Far Away"
titels[8]="Milano"
titels[9]="Misty"
titels[10]="Round midnight"
titels[11]="Time Remembered"
titels[12]="Tune up"
titels[13]="What are You doing with the rest of your Life"

document.write("<object data='http://www.google.com/reader/ui/3523697345-audio-player.swf' type='application/x-shockwave-flash' width='280' height='27'><param name='src' value='http://www.google.com/reader/ui/3523697345-audio-player.swf' /><param name='FlashVars' value='audioUrl=")
document.write(citaten[nummer])
document.write("' /><audio src='")
document.write(citaten[nummer])
document.write("' controls preload='none' style='width:280px;'></audio></object>")
document.write("<br>" + titels[nummer])




