
var quotes=new Array();

//change the images if desired. Add/ delete additional images as desired.

quotes[0]='<img src="yt_gfx/tutoos.jpg" width="540" height="150" class="underline" />'
quotes[1]='<img src="yt_gfx/latindance.jpg" width="540" height="150" class="underline" />'
quotes[2]='<img src="yt_gfx/redwaves.jpg" width="540" height="150" class="underline" />'
quotes[3]='<img src="yt_gfx/airsplits.jpg" width="540" height="150" class="underline" />'
quotes[4]='<img src="yt_gfx/finale.jpg" width="540" height="150" class="underline" />'
quotes[5]='<img src="yt_gfx/sailortap.jpg" width="540" height="150" class="underline" />'
quotes[6]='<img src="yt_gfx/redtap.jpg" width="540" height="150" class="underline" />'
quotes[7]='<img src="yt_gfx/legup.jpg" width="540" height="150" class="underline" />'

var whichquote=Math.floor(Math.random()*(quotes.length));
document.write(quotes[whichquote]);
