<!--
function bod_square_rand1(){
var squareimg=new Array()
squareimg[1]="http://its.unomaha.edu/img/06/rnd/square/02.jpg"
squareimg[2]="http://its.unomaha.edu/img/06/rnd/square/03.jpg"
squareimg[3]="http://its.unomaha.edu/img/06/rnd/square/01.jpg"

var ry=Math.floor(Math.random()*squareimg.length)
if (ry==0)
ry=1
document.write('<a href="http://its.unomaha.edu/"><img alt="Random Image" src="'+squareimg[ry]+'" style="border:none;" /></a>');
}
//-->