<!--
function square_rnd(){
var squareimg=new Array()
squareimg[1]="http://www.unomaha.edu/img/rnd/square/spirit/02.jpg"
squareimg[2]="http://www.unomaha.edu/img/rnd/square/spirit/03.jpg"
squareimg[3]="http://www.unomaha.edu/img/rnd/square/spirit/04.jpg"
squareimg[4]="http://www.unomaha.edu/img/rnd/square/spirit/05.jpg"
squareimg[5]="http://www.unomaha.edu/img/rnd/square/spirit/07.jpg"
squareimg[6]="http://www.unomaha.edu/img/rnd/square/spirit/10.jpg"

var squarelink=new Array()
squarelink[1]="http://www.unomaha.edu/viewbook/index.php"
squarelink[2]="http://www.unomaha.edu/viewbook/index.php"
squarelink[3]="http://www.unomaha.edu/viewbook/index.php"
squarelink[4]="http://www.unomaha.edu/viewbook/index.php"
squarelink[5]="http://www.unomaha.edu/viewbook/index.php"
squarelink[6]="http://www.unomaha.edu/viewbook/index.php"

var ry=Math.floor(Math.random()*squareimg.length)
if (ry==0)
ry=1
document.write('<a href="'+squarelink[ry]+'" title="Viewbook image"><img alt="Random Viewbook image" src="'+squareimg[ry]+'" style="border:none;" /></a>')
}
//-->
