<!--
function random_imglink()
{
	var myimages=new Array()
	myimages[1]="../_resources/graphics/rndmpix/hengmoss.jpg"
	myimages[2]="../_resources/graphics/rndmpix/cunningham.jpg"
	myimages[3]="../_resources/graphics/rndmpix/danielson.jpg"
	myimages[4]="../_resources/graphics/rndmpix/ellis.jpg"
	myimages[5]="../_resources/graphics/rndmpix/foster.jpg"
	myimages[6]="../_resources/graphics/rndmpix/higley.jpg"
	myimages[7]="../_resources/graphics/rndmpix/keith.jpg"
	myimages[8]="../_resources/graphics/rndmpix/mayo.jpg"
	myimages[9]="../_resources/graphics/rndmpix/reimershild.jpg"
	myimages[10]="../_resources/graphics/rndmpix/siegfried.jpg"
	myimages[11]="../_resources/graphics/rndmpix/silberman.jpg"
	myimages[12]="../_resources/graphics/rndmpix/wright.jpg"
	myimages[13]="../_resources/graphics/rndmpix/stanley.jpg"
	myimages[13]="../_resources/graphics/rndmpix/stanley.jpg"
	myimages[14]="../_resources/graphics/rndmpix/baenziger.jpg"
	myimages[15]="../_resources/graphics/rndmpix/fritz.jpg"
	myimages[16]="../_resources/graphics/rndmpix/lee.jpg"
	myimages[17]="../_resources/graphics/rndmpix/speth.jpg"
	myimages[18]="../_resources/graphics/rndmpix/todd.jpg"
	
	var imagelinks=new Array()
	imagelinks[1]="../faculty_popups/hengmoss.shtml"
	imagelinks[2]="../faculty_popups/cunningham.shtml"
	imagelinks[3]="../faculty_popups/danielson.shtml"
	imagelinks[4]="../faculty_popups/ellis.shtml"
	imagelinks[5]="../faculty_popups/foster.shtml"
	imagelinks[6]="../faculty_popups/higley.shtml"
	imagelinks[7]="../faculty_popups/keith.shtml"
	imagelinks[8]="../faculty_popups/mayo.shtml"
	imagelinks[9]="../faculty_popups/reimershild.shtml"
	imagelinks[10]="../faculty_popups/siegfried.shtml"
	imagelinks[11]="../faculty_popups/silberman.shtml"
	imagelinks[12]="../faculty_popups/wright.shtml"
	imagelinks[13]="../faculty_popups/stanley.shtml"
	imagelinks[13]="../faculty_popups/stanley.shtml"
	imagelinks[14]="../faculty_popups/baenziger.shtml"
	imagelinks[15]="../faculty_popups/fritz.shtml"
	imagelinks[16]="../faculty_popups/lee.shtml"
	imagelinks[17]="../faculty_popups/speth.shtml"
	imagelinks[18]="../faculty_popups/todd.shtml"
	
	var ry=Math.floor(Math.random()*myimages.length)
	if (ry==0)
		ry=1
	document.write('<a href="#" title="Click for more information" onClick=javascript:window.open('+'"'+imagelinks[ry]+'"'+',"sidebarpop","height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0")><img src="'+myimages[ry]+'" border=0></a>')
}
//-->

