<!--
function square_rnd(){
var squareimg=new Array()
squareimg[1]="http://www.unomaha.edu/test_telecomm/img/rnd/square/01.jpg"
squareimg[2]="http://www.unomaha.edu/test_telecomm/img/rnd/square/02.jpg"

var squarelink=new Array()
squarelink[1]="http://www.unomaha.edu/test_telecomm/img/rnd/square/01.jpg"
squarelink[2]="http://www.unomaha.edu/test_telecomm/img/rnd/square/02.jpg"

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>')
}
//-->