
var randimg=new Array()
var pixcontrol=0
var random
var pic=new Array()

randimg[0]='<a href="http://www.umass.edu/fac/livelyarts/events/index.html"><img src="http://www.umass.edu/fac/randimg/DBR.JPG" align=left border=0 hspace=0 vspace=0 width=72 height=72 alt="DBR" title="DBR"></a>'
randimg[1]='<a href="http://www.umass.edu/fac/livelyarts/events/index.html"><img src="http://www.umass.edu/fac/randimg/australianchamber.JPG" align=left border=0 hspace=0 vspace=0 width=72 height=72 alt="Australian Chamber Orchestra" title="Australian Chamber Orchestra"></a>'
randimg[2]='<a href="http://www.umass.edu/fac/livelyarts/events/index.html"><img src="http://www.umass.edu/fac/randimg/colors.JPG" align=left border=0 hspace=0 vspace=0 width=72 height=72 alt="The Experience of Color" title="The Experience of Color"></a>'
randimg[3]='<a href="http://www.umass.edu/fac/livelyarts/events/index.html"><img src="http://www.umass.edu/fac/randimg/joffrey.JPG" align=left border=0 hspace=0 vspace=0 width=72 height=72 alt="Joffrey Ballet" title="Joffrey Ballet"></a>'
randimg[4]='<a href="http://www.umass.edu/fac/livelyarts/events/index.html"><img src="http://www.umass.edu/fac/randimg/michaelgregory.JPG" align=left border=0 hspace=0 vspace=0 width=72 height=72 alt="Michael Gregory" title="Michael Gregory"></a>'
randimg[5]='<a href="http://www.umass.edu/fac/livelyarts/events/index.html"><img src="http://www.umass.edu/fac/randimg/petronio.JPG" align=left border=0 hspace=0 vspace=0 width=72 height=72 alt="Stephen Petronio" title="Stephen Petronio"></a>'
randimg[6]='<a href="http://www.umass.edu/fac/livelyarts/events/index.html"><img src="http://www.umass.edu/fac/randimg/taikoza.JPG" align=left border=0 hspace=0 vspace=0 width=72 height=72 alt="Taikoza" title="Taikoza"></a>'
randimg[7]='<a href="http://www.umass.edu/fac/livelyarts/events/index.html"><img src="http://www.umass.edu/fac/randimg/tempest.JPG" align=left border=0 hspace=0 vspace=0 width=72 height=72 alt="The Tempest" title="The Tempest"></a>'
randimg[8]='<a href="http://www.umass.edu/fac/livelyarts/events/index.html"><img src="http://www.umass.edu/fac/randimg/vanguardjazz.JPG" align=left border=0 hspace=0 vspace=0 width=72 height=72 alt="Vanguard Jazz Orchestra" title="Vanguard Jazz Orchestra"></a>'

while (pixcontrol<3){
random=Math.floor(Math.random()*randimg.length)
if (randimg[random]!="selected"){
pic[pixcontrol]=randimg[random]
randimg[random]="selected"
pixcontrol++
}
}

