
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" />'
quotes[8]='<img src="yt_gfx/YT_Soloris_2010-1634-540x150.jpg" width="540" height="150" class="underline" />'
quotes[9]='<img src="yt_gfx/YT_Soloris_2010-1992-540x150.jpg" width="540" height="150" class="underline" />'
quotes[10]='<img src="yt_gfx/YT_Soloris_2010-2667-540x150.jpg" width="540" height="150" class="underline" />'
quotes[11]='<img src="yt_gfx/YT_Soloris_2010-2825-540x150.jpg" width="540" height="150" class="underline" />'
quotes[12]='<img src="yt_gfx/YT_Soloris_2010-2988-540x150.jpg" width="540" height="150" class="underline" />'
quotes[13]='<img src="yt_gfx/YT_Soloris_2010-3038-540x150.jpg" width="540" height="150" class="underline" />'
quotes[14]='<img src="yt_gfx/YT_Soloris_2010-0466-540x150.jpg" width="540" height="150" class="underline" />'
quotes[15]='<img src="yt_gfx/YT_Soloris_2010-0538-540x150.jpg" width="540" height="150" class="underline" />'
quotes[16]='<img src="yt_gfx/YT_Soloris_2010-1153-540x150.jpg" width="540" height="150" class="underline" />'
quotes[17]='<img src="yt_gfx/SolarisDancers2008-540x150.jpg" width="540" height="150" class="underline" />'
quotes[18]='<img src="yt_gfx/AsOldAsYouFeel-540x150.jpg" width="540" height="150" class="underline" />'
quotes[19]='<img src="yt_gfx/LaissezLesBonsTempsRouler-540x150.jpg" width="540" height="150" class="underline" />'
quotes[20]='<img src="yt_gfx/AsTexasWindBlows-540x150.jpg" width="540" height="150" class="underline" />'
quotes[21]='<img src="yt_gfx/SweetStuff-540x150.jpg" width="540" height="150" class="underline" />'
quotes[22]='<img src="yt_gfx/NursesDiary-540x150.jpg" width="540" height="150" class="underline" />'
quotes[23]='<img src="yt_gfx/IntheSwingofThings-540x150.jpg" width="540" height="150" class="underline" />'
quotes[24]='<img src="yt_gfx/URNotFromTexas-540x150.jpg" width="540" height="150" class="underline" />'

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

