/*
var imagenumber = 13;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "spotlight/images/spot-chang.gif"
images[2] = "spotlight/images/spot-dirita.gif"
images[3] = "spotlight/images/spot-hanna.gif"
images[4] = "spotlight/images/spot-imperiale.gif"
images[5] = "spotlight/images/spot-jswanson.gif"
images[6] = "spotlight/images/spot-mobley.gif"
images[7] = "spotlight/images/spot-mswanson.gif"
images[8] = "spotlight/images/spot-oriordan.gif"
images[9] = "spotlight/images/spot-wobus.gif"
images[10] = "spotlight/images/spot-carruthers.gif"
images[11] = "spotlight/images/spot-sivick.gif"
images[12] = "spotlight/images/spot-peltier.gif"
images[13] = "spotlight/images/spot-fonseca.gif"
var image = images[rand1]

links = new Array
links[1] = "spotlight/chang.htm"
links[2] = "spotlight/dirita.htm"
links[3] = "spotlight/hanna.htm"
links[4] = "spotlight/imperiale.htm"
links[5] = "spotlight/jswanson.htm"
links[6] = "spotlight/mobley.htm"
links[7] = "spotlight/mswanson.htm"
links[8] = "spotlight/oriordan.htm"
links[9] = "spotlight/wobus.htm"
links[10] = "spotlight/index.htm"
links[11] = "spotlight/sivick.htm"
links[12] = "spotlight/peltier.htm"
links[13] = "spotlight/fonseca.htm"
var link = links[rand1]
*/

var imagenumber = 23;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "spotlight/images/spot-chang.gif"
images[2] = "spotlight/images/spot-dirita.gif"
images[3] = "spotlight/images/spot-hanna.gif"
images[4] = "spotlight/images/spot-imperiale.gif"
images[5] = "spotlight/images/spot-jswanson.gif"
images[6] = "spotlight/images/spot-mobley.gif"
images[7] = "spotlight/images/spot-mswanson.gif"
images[8] = "spotlight/images/spot-oriordan.gif"
images[9] = "spotlight/images/spot-wobus.gif"
images[10] = "spotlight/images/spot-carruthers.gif"
images[11] = "spotlight/images/spot-sivick.gif"
images[12] = "spotlight/images/spot-peltier.gif"
images[13] = "spotlight/images/spot-fonseca.gif"

images[14] = "spotlight/images/spot-dunnick.gif"
images[15] = "spotlight/images/spot-fuller.gif"
images[16] = "spotlight/images/spot-king.gif"
images[17] = "spotlight/images/spot-kirschner.gif"
images[18] = "spotlight/images/spot-laouar.gif"
images[19] = "spotlight/images/spot-ono.gif"
images[20] = "spotlight/images/spot-raghavan.gif"
images[21] = "spotlight/images/spot-sandkvist.gif"
images[22] = "spotlight/images/spot-spindler.gif"
images[23] = "spotlight/images/spot-telesnitsky.gif"
var image = images[rand1]

links = new Array
links[1] = "spotlight/chang.htm"
links[2] = "spotlight/dirita.htm"
links[3] = "spotlight/hanna.htm"
links[4] = "spotlight/imperiale.htm"
links[5] = "spotlight/jswanson.htm"
links[6] = "spotlight/mobley.htm"
links[7] = "spotlight/mswanson.htm"
links[8] = "spotlight/oriordan.htm"
links[9] = "spotlight/wobus.htm"
links[10] = "spotlight/index.htm"
links[11] = "spotlight/sivick.htm"
links[12] = "spotlight/peltier.htm"
links[13] = "spotlight/fonseca.htm"

links[14] = "spotlight/dunnick.htm"
links[15] = "spotlight/fuller.htm"
links[16] = "spotlight/king.htm"
links[17] = "spotlight/kirschner.htm"
links[18] = "spotlight/laouar.htm"
links[19] = "spotlight/ono.htm"
links[20] = "spotlight/raghavan.htm"
links[21] = "spotlight/sandkvist.htm"
links[22] = "spotlight/spindler.htm"
links[23] = "spotlight/telesnitsky.htm"
var link = links[rand1]