<!--
function bod_rect_rand2(){
var rectimg=new Array()
rectimg[1]="http://www.unomaha.edu/img/rnd/06/rect/r/10.jpg"
rectimg[2]="http://www.unomaha.edu/img/rnd/06/rect/r/11.jpg"
rectimg[3]="http://www.unomaha.edu/img/rnd/06/rect/r/12.jpg"
rectimg[4]="http://www.unomaha.edu/img/rnd/06/rect/r/13.jpg"
rectimg[5]="http://www.unomaha.edu/img/rnd/06/rect/r/17.jpg"
rectimg[6]="http://www.unomaha.edu/img/rnd/06/rect/r/18.jpg"
rectimg[7]="http://www.unomaha.edu/img/rnd/06/rect/r/19.jpg"
rectimg[8]="http://www.unomaha.edu/img/rnd/06/rect/r/08.jpg"
rectimg[9]="http://www.unomaha.edu/img/rnd/06/rect/r/20.jpg"
rectimg[10]="http://www.unomaha.edu/img/rnd/06/rect/r/10.jpg"
rectimg[11]="http://www.unomaha.edu/img/rnd/06/rect/r/11.jpg"
rectimg[12]="http://www.unomaha.edu/img/rnd/06/rect/r/12.jpg"
rectimg[13]="http://www.unomaha.edu/img/rnd/06/rect/r/13.jpg"
rectimg[14]="http://www.unomaha.edu/img/rnd/06/rect/r/21.jpg"
rectimg[15]="http://www.unomaha.edu/img/rnd/06/rect/r/22.jpg"
rectimg[16]="http://www.unomaha.edu/img/rnd/06/rect/r/23.jpg"
rectimg[17]="http://www.unomaha.edu/img/rnd/06/rect/r/17.jpg"
rectimg[18]="http://www.unomaha.edu/img/rnd/06/rect/r/18.jpg"
rectimg[19]="http://www.unomaha.edu/img/rnd/06/rect/r/19.jpg"
rectimg[20]="http://www.unomaha.edu/img/rnd/06/rect/r/20.jpg"
rectimg[21]="http://www.unomaha.edu/img/rnd/06/rect/r/21.jpg"
rectimg[22]="http://www.unomaha.edu/img/rnd/06/rect/r/22.jpg"
rectimg[23]="http://www.unomaha.edu/img/rnd/06/rect/r/23.jpg"
rectimg[24]="http://www.unomaha.edu/img/rnd/06/rect/r/25.jpg"
rectimg[25]="http://www.unomaha.edu/img/rnd/06/rect/r/25.jpg"

var rectlink=new Array()
rectlink[1]="http://www.unomaha.edu/viewbook/index.php"
rectlink[2]="http://www.unomaha.edu/viewbook/index.php"
rectlink[3]="http://www.unomaha.edu/viewbook/index.php"
rectlink[4]="http://www.unomaha.edu/viewbook/index.php"
rectlink[5]="http://www.unomaha.edu/viewbook/index.php"
rectlink[6]="http://www.unomaha.edu/viewbook/index.php"
rectlink[7]="http://www.unomaha.edu/viewbook/index.php"
rectlink[8]="http://www.unomaha.edu/viewbook/index.php"
rectlink[9]="http://www.unomaha.edu/viewbook/index.php"
rectlink[10]="http://www.unomaha.edu/viewbook/index.php"
rectlink[11]="http://www.unomaha.edu/viewbook/index.php"
rectlink[12]="http://www.unomaha.edu/viewbook/index.php"
rectlink[13]="http://www.unomaha.edu/viewbook/index.php"
rectlink[14]="http://www.unomaha.edu/viewbook/index.php"
rectlink[15]="http://www.unomaha.edu/viewbook/index.php"
rectlink[16]="http://www.unomaha.edu/viewbook/index.php"
rectlink[17]="http://www.unomaha.edu/viewbook/index.php"
rectlink[18]="http://www.unomaha.edu/viewbook/index.php"
rectlink[19]="http://www.unomaha.edu/viewbook/index.php"
rectlink[20]="http://www.unomaha.edu/viewbook/index.php"
rectlink[21]="http://www.unomaha.edu/viewbook/index.php"
rectlink[22]="http://www.unomaha.edu/viewbook/index.php"
rectlink[23]="http://www.unomaha.edu/viewbook/index.php"
rectlink[24]="http://www.unomaha.edu/viewbook/index.php"
rectlink[25]="http://www.unomaha.edu/viewbook/index.php"

var ry=Math.floor(Math.random()*rectimg.length)
if (ry==0)
ry=1
document.write('<a href="'+rectlink[ry]+'" title="Viewbook image"><img alt="Random Viewbook image" src="'+rectimg[ry]+'" style="border:none;" /></a>')
}
//-->