<!--
function head_feat_rand(){
var featimg=new Array()
featimg[1]="http://www.unomaha.edu/img/rnd/feat/37.gif"
featimg[2]="http://www.unomaha.edu/img/rnd/feat/34.gif"
featimg[3]="http://www.unomaha.edu/img/rnd/feat/35.gif"
featimg[4]="http://www.unomaha.edu/img/rnd/feat/22.gif"
featimg[5]="http://www.unomaha.edu/img/rnd/feat/18.gif"
featimg[6]="http://www.unomaha.edu/img/rnd/feat/32.gif"
featimg[7]="http://www.unomaha.edu/img/rnd/feat/27.gif"
featimg[8]="http://www.unomaha.edu/img/rnd/feat/31.gif"
featimg[9]="http://www.unomaha.edu/img/rnd/feat/37.gif"
featimg[10]="http://www.unomaha.edu/img/rnd/feat/25.gif"
featimg[11]="http://www.unomaha.edu/img/rnd/feat/33.gif"

var featlink=new Array()
featlink[1]="http://www.unomaha.edu/news/photo/20051205/"
featlink[2]="http://www.unomaha.edu/viewbook/index.php"
featlink[3]="http://www.unomaha.edu/viewbook/index.php"
featlink[4]="http://www.unomaha.edu/viewbook/index.php"
featlink[5]="http://www.unomaha.edu/viewbook/index.php"
featlink[6]="http://www.unomaha.edu/viewbook/index.php"
featlink[7]="http://www.unomaha.edu/viewbook/index.php"
featlink[8]="http://www.unomaha.edu/viewbook/index.php"
featlink[9]="http://www.unomaha.edu/news/photo/20051205/"
featlink[10]="http://www.unomaha.edu/viewbook/index.php"
featlink[11]="http://www.unomaha.edu/viewbook/index.php"


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