
var randimg=new Array()
var pixcontrol=0
var random
var pic=new Array()

randimg[0]='<a href=http://www.umass.edu/fac/calendar/universitygallery/events/ShamelessSelf.html><img src="http://www.umass.edu/fac/randimg/ShamelessSelf.jpg" border=0 hspace=0 vspace=0 align=left width=80 height=80 alt="Shameless SelfPromotion"></a>'

randimg[3]='<a href=http://www.umass.edu/fac/calendar/hampden/events/MAGGIENOWINSKI.html><img src="http://www.umass.edu/fac/randimg/MAGGIENOWINSKI.jpg" border=0 hspace=0 vspace=0 align=left width=80 height=80 alt="Maggie Nowinski Swallowed"></a>'

randimg[5]='<a href=http://www.umass.edu/fac/calendar/universitygallery/events/A1.html><img src="http://www.umass.edu/fac/randimg/Rivers.jpg" border=0 hspace=0 vspace=0 align=left width=80 height=80 alt="A Collective Dialogue with a Collection"></a>'

randimg[6]='<a href=http://www.umass.edu/fac/calendar/universitygallery/events/GREENINGTHE.html><img src="http://www.umass.edu/fac/randimg/Chao.jpg" border=0 hspace=0 vspace=0 align=left width=80 height=80 alt="Greening The Valley Sustainable Architecture in the Pioneer Valley"></a>'

randimg[7]='<a href=http://www.umass.edu/fac/calendar/asian/events/Spirit2.html><img src="http://www.umass.edu/fac/randimg/samurai.jpg" border=0 hspace=0 vspace=0 align=left width=80 height=80 alt="The Art of the Samurai"></a>'

randimg[8]='<a href=http://www.umass.edu/fac/calendar/globalarts/events/StregaNona.html><img src="http://www.umass.edu/fac/randimg/strega.jpg" border=0 hspace=0 vspace=0 align=left width=80 height=80 alt="Strega Nona"></a>'

randimg[9]='<a href=http://www.umass.edu/fac/calendar/asian/events/Film45.html><img src="http://www.umass.edu/fac/randimg/achmed.jpg" border=0 hspace=0 vspace=0 align=left width=80 height=80 alt="Special Event The Adventures of Prince Achmed"></a>'

randimg[10]='<a href=http://www.umass.edu/fac/calendar/centerseries/events/MarkMorris1.html><img src="http://www.umass.edu/fac/randimg/v-hi-res-2-1.jpg" border=0 hspace=0 vspace=0 align=left width=80 height=80 alt="Mark Morris Dance Group"></a>'

randimg[11]='<a href=http://www.umass.edu/fac/calendar/centerseries/events/ImaniWind.html><img src="http://www.umass.edu/fac/randimg/newpress2.jpg" border=0 hspace=0 vspace=0 align=left width=80 height=80 alt="Stefon Harris, Special Guest with the Imani Winds"></a>'



while (pixcontrol<3){
random=Math.floor(Math.random()*randimg.length)
if (randimg[random]!="selected"){
pic[pixcontrol]=randimg[random]
randimg[random]="selected"
pixcontrol++
}
}
