
<!--
	var pics = new Array();
	pics[0]='http://www.saic.edu/background/albums/contstud/teacher/AiKijima.jpg';
pics[1]='http://www.saic.edu/background/albums/contstud/teacher/ChrisMiller.jpg';
pics[2]='http://www.saic.edu/background/albums/contstud/teacher/KayeBuchman.jpg';
pics[3]='http://www.saic.edu/background/albums/contstud/teacher/RobBondgren.jpg';
	
	var credits = new Array();
	credits[0]='Ai Kijima&nbsp;<i>Sample Photo of the 2005 Graduate Exhibition Installation</i>&nbsp;';
credits[1]='Chris Miller&nbsp;<i>Sample Photo of the 2005 Graduate Exhibition Installation</i>&nbsp;';
credits[2]='Kaye Buchman&nbsp;<i>Around the Whirled, page #3</i>&nbsp;pen &amp; ink on paper';
credits[3]='Rob Bondgren&nbsp;<i>Untitled</i>&nbsp;collage, acrylic, gouache on paper';
	
	var links = new Array();
	links[0]='http://www.saic.edu/background/saic_displayimage.php?pos=-413';
links[1]='http://www.saic.edu/background/saic_displayimage.php?pos=-411';
links[2]='http://www.saic.edu/background/saic_displayimage.php?pos=-414';
links[3]='http://www.saic.edu/background/saic_displayimage.php?pos=-412';
	
	var num=Math.floor(Math.random()*pics.length);
	

//-->
