
<!--
	var pics = new Array();
	pics[0]='http://www.saic.edu/background/albums/degrees/gradprog/mshp/ClaireSherman.jpg';
pics[1]='http://www.saic.edu/background/albums/degrees/gradprog/mshp/ColePierce.jpg';
pics[2]='http://www.saic.edu/background/albums/degrees/gradprog/mshp/DavidParker.jpg';
pics[3]='http://www.saic.edu/background/albums/degrees/gradprog/mshp/UG_Viewbook05-21.jpg';
	
	var credits = new Array();
	credits[0]='Claire Sherman&nbsp;<i>Water and Trees</i>&nbsp;oil on canvas';
credits[1]='Cole Pierce&nbsp;<i>Sample Photo of the 2005 Graduate Exhibition Installation</i>&nbsp;';
credits[2]='David A. Parker&nbsp;<i>Circular Reasoning Series: Item N1</i>&nbsp;inkjet print of unmanipulated photograph';
credits[3]='&nbsp;<i>Student working in the class</i>&nbsp;';
	
	var links = new Array();
	links[0]='http://www.saic.edu/background/saic_displayimage.php?pos=-859';
links[1]='http://www.saic.edu/background/saic_displayimage.php?pos=-861';
links[2]='http://www.saic.edu/background/saic_displayimage.php?pos=-858';
links[3]='http://www.saic.edu/background/saic_displayimage.php?pos=-860';
	
	var num=Math.floor(Math.random()*pics.length);
	

//-->
