<!--
function square_rnd(){
var squareimg=new Array()
squareimg[1]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/01.gif"
squareimg[2]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/03.jpg"
squareimg[3]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/08.jpg"
squareimg[4]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/digitizing.jpg"
squareimg[5]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/durango.jpg"
squareimg[6]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/family.jpg"
squareimg[7]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/gosier-mcc.jpg"
squareimg[8]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/haeffner-lps.jpg"
squareimg[9]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/intergenerational.jpg"
squareimg[10]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/librns.jpg"
squareimg[11]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/mcgee-mls.jpg"
squareimg[12]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/owhatabook.png"
squareimg[13]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/owhatabook2.png"
squareimg[14]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/schoolmedia.png"
squareimg[15]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/schoolmedia2.png"
squareimg[16]="http://www.unomaha.edu/test_libraryscience/img/misc/squares/systems.jpg"


var squarelink=new Array()
squarelink[1]="http://www.unomaha.edu/libraryed/index.php"
squarelink[2]="http://www.unomaha.edu/libraryed/index.php"
squarelink[3]="http://www.unomaha.edu/libraryed/index.php"
squarelink[4]="http://www.unomaha.edu/libraryed/index.php"
squarelink[5]="http://www.unomaha.edu/libraryed/index.php"
squarelink[6]="http://www.unomaha.edu/libraryed/index.php"
squarelink[7]="http://www.unomaha.edu/libraryed/index.php"
squarelink[8]="http://www.unomaha.edu/libraryed/index.php"
squarelink[9]="http://www.unomaha.edu/libraryed/index.php"
squarelink[10]="http://www.unomaha.edu/libraryed/index.php"
squarelink[11]="http://www.unomaha.edu/libraryed/index.php"
squarelink[12]="http://www.unomaha.edu/libraryed/index.php"
squarelink[13]="http://www.unomaha.edu/libraryed/index.php"
squarelink[14]="http://www.unomaha.edu/libraryed/index.php"
squarelink[15]="http://www.unomaha.edu/libraryed/index.php"
squarelink[16]="http://www.unomaha.edu/libraryed/index.php"

var ry=Math.floor(Math.random()*squareimg.length)
if (ry==0)
ry=1
document.write('<a href="'+squarelink[ry]+'" title="Librarianship is a profession, not a job"><img alt="Images of libraries and librarians" src="'+squareimg[ry]+'" style="border:none;" /></a>')
}
//-->