<!--
function bod_rect_rand1(){
var rectimg=new Array()
rectimg[1]="http://www.unomaha.edu/img/rnd/06/rect/l/03.jpg"
rectimg[2]="http://www.unomaha.edu/img/rnd/06/rect/l/04.jpg"
rectimg[3]="http://www.unomaha.edu/img/rnd/06/rect/l/03.jpg"
rectimg[4]="http://www.unomaha.edu/img/rnd/06/rect/l/09.jpg"
rectimg[5]="http://www.unomaha.edu/img/rnd/06/rect/l/10.jpg"
rectimg[6]="http://www.unomaha.edu/img/rnd/06/rect/l/06.jpg"
rectimg[7]="http://www.unomaha.edu/img/rnd/06/rect/l/11.jpg"
rectimg[8]="http://www.unomaha.edu/img/rnd/06/rect/l/12.jpg"
rectimg[9]="http://www.unomaha.edu/img/rnd/06/rect/l/09.jpg"
rectimg[10]="http://www.unomaha.edu/img/rnd/06/rect/l/10.jpg"
rectimg[11]="http://www.unomaha.edu/img/rnd/06/rect/l/11.jpg"
rectimg[12]="http://www.unomaha.edu/img/rnd/06/rect/l/12.jpg"
rectimg[13]="http://www.unomaha.edu/img/rnd/06/rect/l/13.jpg"
rectimg[14]="http://www.unomaha.edu/img/rnd/06/rect/l/14.jpg"
rectimg[15]="http://www.unomaha.edu/img/rnd/06/rect/l/15.jpg"
rectimg[16]="http://www.unomaha.edu/img/rnd/06/rect/l/16.jpg"
rectimg[17]="http://www.unomaha.edu/img/rnd/06/rect/l/17.jpg"
rectimg[18]="http://www.unomaha.edu/img/rnd/06/rect/l/18.jpg"
rectimg[19]="http://www.unomaha.edu/img/rnd/06/rect/l/25.jpg"
rectimg[20]="http://www.unomaha.edu/img/rnd/06/rect/l/26.jpg"
rectimg[21]="http://www.unomaha.edu/img/rnd/06/rect/l/27.jpg"
rectimg[22]="http://www.unomaha.edu/img/rnd/06/rect/l/28.jpg"
rectimg[23]="http://www.unomaha.edu/img/rnd/06/rect/l/29.jpg"
rectimg[24]="http://www.unomaha.edu/img/rnd/06/rect/l/30.jpg"
rectimg[25]="http://www.unomaha.edu/img/rnd/06/rect/l/25.jpg"
rectimg[26]="http://www.unomaha.edu/img/rnd/06/rect/l/26.jpg"
rectimg[27]="http://www.unomaha.edu/img/rnd/06/rect/l/27.jpg"
rectimg[28]="http://www.unomaha.edu/img/rnd/06/rect/l/28.jpg"
rectimg[29]="http://www.unomaha.edu/img/rnd/06/rect/l/29.jpg"
rectimg[30]="http://www.unomaha.edu/img/rnd/06/rect/l/30.jpg"
rectimg[31]="http://www.unomaha.edu/img/rnd/06/rect/l/31.jpg"
rectimg[32]="http://www.unomaha.edu/img/rnd/06/rect/l/32.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"
rectlink[26]="http://www.unomaha.edu/viewbook/index.php"
rectlink[27]="http://www.unomaha.edu/viewbook/index.php"
rectlink[28]="http://www.unomaha.edu/viewbook/index.php"
rectlink[29]="http://www.unomaha.edu/viewbook/index.php"
rectlink[30]="http://www.unomaha.edu/viewbook/index.php"
rectlink[31]="http://www.unomaha.edu/viewbook/index.php"
rectlink[32]="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>')
}
//-->