<!--
function rect_rnd(){
var rectimg=new Array()
rectimg[1]="http://www.unomaha.edu/music/img/rnd/rect/01.jpg"
rectimg[2]="http://www.unomaha.edu/music/img/rnd/rect/02.jpg"
rectimg[3]="http://www.unomaha.edu/music/img/rnd/rect/03.jpg"
rectimg[4]="http://www.unomaha.edu/music/img/rnd/rect/04.jpg"
rectimg[5]="http://www.unomaha.edu/music/img/rnd/rect/05.jpg"
rectimg[6]="http://www.unomaha.edu/music/img/rnd/rect/06.jpg"
rectimg[7]="http://www.unomaha.edu/music/img/rnd/rect/07.jpg"
rectimg[8]="http://www.unomaha.edu/music/img/rnd/rect/08.jpg"
rectimg[9]="http://www.unomaha.edu/music/img/rnd/rect/09.jpg"
rectimg[10]="http://www.unomaha.edu/music/img/rnd/rect/10.jpg"
rectimg[11]="http://www.unomaha.edu/music/img/rnd/rect/11.jpg"
rectimg[12]="http://www.unomaha.edu/music/img/rnd/rect/12.jpg"
rectimg[13]="http://www.unomaha.edu/music/img/rnd/rect/13.jpg"
rectimg[14]="http://www.unomaha.edu/music/img/rnd/rect/14.jpg"
rectimg[15]="http://www.unomaha.edu/music/img/rnd/rect/15.jpg"
rectimg[16]="http://www.unomaha.edu/music/img/rnd/rect/16.jpg"
rectimg[17]="http://www.unomaha.edu/music/img/rnd/rect/17.jpg"
rectimg[18]="http://www.unomaha.edu/music/img/rnd/rect/18.jpg"
rectimg[19]="http://www.unomaha.edu/music/img/rnd/rect/19.jpg"
rectimg[20]="http://www.unomaha.edu/music/img/rnd/rect/20.jpg"
rectimg[21]="http://www.unomaha.edu/music/img/rnd/rect/21.jpg"
rectimg[22]="http://www.unomaha.edu/music/img/rnd/rect/22.jpg"
rectimg[23]="http://www.unomaha.edu/music/img/rnd/rect/23.jpg"
rectimg[24]="http://www.unomaha.edu/music/img/rnd/rect/24.jpg"
rectimg[25]="http://www.unomaha.edu/music/img/rnd/rect/25.jpg"
rectimg[26]="http://www.unomaha.edu/music/img/rnd/rect/26.jpg"
rectimg[27]="http://www.unomaha.edu/music/img/rnd/rect/27.jpg"
rectimg[28]="http://www.unomaha.edu/music/img/rnd/rect/28.jpg"
rectimg[29]="http://www.unomaha.edu/music/img/rnd/rect/29.jpg"

var rectlink=new Array()
rectlink[1]="http://www.unomaha.edu/music/events.php"
rectlink[2]="http://www.unomaha.edu/music/events.php"
rectlink[3]="http://www.unomaha.edu/music/events.php"
rectlink[4]="http://www.unomaha.edu/music/events.php"
rectlink[5]="http://www.unomaha.edu/music/events.php"
rectlink[6]="http://www.unomaha.edu/music/events.php"
rectlink[7]="http://www.unomaha.edu/music/events.php"
rectlink[8]="http://www.unomaha.edu/music/events.php"
rectlink[9]="http://www.unomaha.edu/music/events.php"
rectlink[10]="http://www.unomaha.edu/music/events.php"
rectlink[11]="http://www.unomaha.edu/music/events.php"
rectlink[12]="http://www.unomaha.edu/music/events.php"
rectlink[13]="http://www.unomaha.edu/music/events.php"
rectlink[14]="http://www.unomaha.edu/music/events.php"
rectlink[15]="http://www.unomaha.edu/music/events.php"
rectlink[16]="http://www.unomaha.edu/music/events.php"
rectlink[17]="http://www.unomaha.edu/music/events.php"
rectlink[18]="http://www.unomaha.edu/music/events.php"
rectlink[19]="http://www.unomaha.edu/music/events.php"
rectlink[20]="http://www.unomaha.edu/music/events.php"
rectlink[21]="http://www.unomaha.edu/music/events.php"
rectlink[22]="http://www.unomaha.edu/music/events.php"
rectlink[23]="http://www.unomaha.edu/music/events.php"
rectlink[24]="http://www.unomaha.edu/music/events.php"
rectlink[25]="http://www.unomaha.edu/music/events.php"
rectlink[26]="http://www.unomaha.edu/music/events.php"
rectlink[27]="http://www.unomaha.edu/music/events.php"
rectlink[28]="http://www.unomaha.edu/music/events.php"
rectlink[29]="http://www.unomaha.edu/music/events.php"

var ry=Math.floor(Math.random()*rectimg.length)
if (ry==0)
ry=1
document.write('<a href="'+rectlink[ry]+'" title="Music image"><img alt="Random Music image" src="'+rectimg[ry]+'" style="border:none;" /></a>')
}
//-->