<!--
function square_rnd(){
var squareimg=new Array()
squareimg[1]="http://www.unomaha.edu/aandsaffairs/img/historic/afrotc1954.jpg"
squareimg[2]="http://www.unomaha.edu/aandsaffairs/img/historic/airlab.jpg"
squareimg[3]="http://www.unomaha.edu/aandsaffairs/img/historic/ashnorth1938.jpg"
squareimg[4]="http://www.unomaha.edu/aandsaffairs/img/historic/ashnorth1938a.jpg"
squareimg[5]="http://www.unomaha.edu/aandsaffairs/img/historic/ashnorthwest1938.jpg"
squareimg[6]="http://www.unomaha.edu/aandsaffairs/img/historic/basketball1927.jpg"
squareimg[7]="http://www.unomaha.edu/aandsaffairs/img/historic/bench1912.jpg"
squareimg[8]="http://www.unomaha.edu/aandsaffairs/img/historic/bio1970.jpg"
squareimg[9]="http://www.unomaha.edu/aandsaffairs/img/historic/computing1965.jpg"
squareimg[10]="http://www.unomaha.edu/aandsaffairs/img/historic/concert1981.jpg"
squareimg[11]="http://www.unomaha.edu/aandsaffairs/img/historic/durand1946.jpg"
squareimg[12]="http://www.unomaha.edu/aandsaffairs/img/historic/eab1956.jpg"
squareimg[13]="http://www.unomaha.edu/aandsaffairs/img/historic/facandstu1923.jpg"
squareimg[14]="http://www.unomaha.edu/aandsaffairs/img/historic/firstday1969.jpg"
squareimg[15]="http://www.unomaha.edu/aandsaffairs/img/historic/freshman1932.jpg"
squareimg[16]="http://www.unomaha.edu/aandsaffairs/img/historic/glee1923.jpg"
squareimg[17]="http://www.unomaha.edu/aandsaffairs/img/historic/h2ofight1933.jpg"
squareimg[18]="http://www.unomaha.edu/aandsaffairs/img/historic/king1955.jpg"
squareimg[19]="http://www.unomaha.edu/aandsaffairs/img/historic/martin1964.jpg"
squareimg[20]="http://www.unomaha.edu/aandsaffairs/img/historic/outdoor1933.jpg"
squareimg[21]="http://www.unomaha.edu/aandsaffairs/img/historic/redick.jpg"
squareimg[22]="http://www.unomaha.edu/aandsaffairs/img/historic/scott2004.jpg"
squareimg[23]="http://www.unomaha.edu/aandsaffairs/img/historic/sigma.jpg"
squareimg[24]="http://www.unomaha.edu/aandsaffairs/img/historic/students1933.jpg"
squareimg[25]="http://www.unomaha.edu/aandsaffairs/img/historic/victory1951.jpg"
squareimg[26]="http://www.unomaha.edu/aandsaffairs/img/historic/thompson1937.jpg"
squareimg[27]="http://www.unomaha.edu/aandsaffairs/img/historic/ywca1913.jpg"


var squarelink=new Array()
squarelink[1]=""
squarelink[2]=""
squarelink[3]=""

var ry=Math.floor(Math.random()*squareimg.length)
if (ry==0)
ry=1
document.write('<a href="'+squarelink[ry]+'" title="Historical image"><img alt="Random Historical image" src="'+squareimg[ry]+'" style="border:none;" /></a>')
}
//-->