<!--
function head_flav_rand(){
var flavimg=new Array()
flavimg[1]="http://www.unomaha.edu/img/rnd/06/flav/01.jpg"
flavimg[2]="http://www.unomaha.edu/img/rnd/06/flav/02.jpg"
flavimg[3]="http://www.unomaha.edu/img/rnd/06/flav/03.jpg"
flavimg[4]="http://www.unomaha.edu/img/rnd/06/flav/05.jpg"

var flavlink=new Array()
flavlink[1]="http://www.unomaha.edu/pop/06/campanile.php"
flavlink[2]="http://www.unomaha.edu/pop/06/ash.php"
flavlink[3]="http://www.unomaha.edu/pop/06/omaha.php"
flavlink[4]="http://www.unomaha.edu/pop/06/ash.php"

var ry=Math.floor(Math.random()*flavimg.length)
if (ry==0)
ry=1
document.write('<a href="#" title="Around campus, around Omaha" onclick="window.open(\''+flavlink[ry]+'\',\'sidebarpop\',\'height=540,width=350,scrollbars=1,resizable=0,status=0,toolbars=0,location=0\')"><img alt="Random Image" src="'+flavimg[ry]+'" style="border:none;" /></a>')
}
//-->