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

var flavlink=new Array()
flavlink[1]="http://www.unomaha.edu/pop/ash.php"
flavlink[2]="http://www.unomaha.edu/pop/omaha.php"
flavlink[3]="http://www.unomaha.edu/pop/campanile.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=390,scrollbars=1,resizable=0,status=0,toolbars=0,location=0\')"><img alt="Random Image" src="'+flavimg[ry]+'" style="border:none;" /></a>')
}
//-->