// to change out images, just copy both the images line and captions line, add in new filename and caption, and make sure they're the same number (ie. both #3).
// to swap some out temporarily, just put a double slash at the beginning of the line - that way we keep that filename and caption for later.
// just remember that you have to have a sequence of numbers starting with 0 - so don't leave out 2 or 3 or something. Renumber instead.

mainpg_images = new Array();
mainpg_images[0] = new Image();
mainpg_images[1] = new Image();
mainpg_images[2] = new Image();
mainpg_images[3] = new Image();
mainpg_images[4] = new Image();

mainpg_images[0].src = "photos/schaefer_bw.jpg";
//mainpg_images[1].src = "photos/aaronyoung_bw.jpg";
//mainpg_images[2].src = "photos/esquivias1_bw.jpg";
//mainpg_images[3].src = "photos/guyton-walker_bw.jpg";
//mainpg_images[4].src = "photos/books_bw.jpg";

mainpg_captions = new Array();
//mainpg_captions[0] = "Photo: <i>Kiosk: Modes of Multiplication</i> presentation given by Christoph Keller, 2007";
//mainpg_captions[1] = "Photo: Aaron Young, <i>Tender Buttons</i>, 2004";
//mainpg_captions[2] = "Photo: Still from <i>Reads like the Paper, 2005 - 2009</i>, color video with sound";
//mainpg_captions[3] = "Photo: Guyton\Walker, <i>Schurter, Dom&auml;ne White, Dear Ketel One Drinker, The Inlaws</i>, from XXXXX BBB XXXXXFFFFFF  FFFF, 2004";
mainpg_captions[4] = "";

library_images = new Array();
library_images[0] = new Image();
library_images[1] = new Image();

library_images[0].src = "../photos/library1_bw.jpg";
library_images[1].src = "../photos/library3_bw.jpg";

library_captions = new Array();
library_captions[0] = "";
library_captions[1] = "";

libraryex_images = new Array();
libraryex_images[0] = new Image();

libraryex_images[0].src = "../photos/oldnews_bw.jpg";

libraryex_captions = new Array();
libraryex_captions[0] = "Photo: <i>Old News</i>, 2008";

periodicals_images = new Array();
periodicals_images[0] = new Image();
periodicals_images[1] = new Image();

periodicals_images[0].src = "../photos/magazines_bw.jpg";
periodicals_images[1].src = "../photos/avalanche_bw.jpg";

periodicals_captions = new Array();
periodicals_captions[0] = "";
periodicals_captions[1] = "";


pastevents_images = new Array();
pastevents_images[0] = new Image();
pastevents_images[1] = new Image();
pastevents_images[2] = new Image();
pastevents_images[3] = new Image();
pastevents_images[4] = new Image();
pastevents_images[5] = new Image();

pastevents_images[0].src = "../photos/bryant_col.jpg";
pastevents_images[1].src = "../photos/drawingrally1_col.jpg";
pastevents_images[2].src = "../photos/discoball1_col.jpg";
pastevents_images[3].src = "../photos/loaded1_col.jpg";
pastevents_images[4].src = "../photos/raid2_col.jpg";
pastevents_images[5].src = "../photos/reveal2_col.jpg";

pastevents_captions = new Array();
pastevents_captions[0] = "Photo: Ernest Bryant, <i>Chicken Party Potlatch III</i>, from For Rent, 2008";
pastevents_captions[1] = "Photo: Monster Drawing Rally, 2008";
pastevents_captions[2] = "Photo: Loaded, 2005";
pastevents_captions[3] = "Photo: The Harvest, 2006";
pastevents_captions[4] = "Photo: RAID, 2007";
pastevents_captions[5] = "Photo: REVEAL, 2008";

education_images = new Array();
education_images[0] = new Image();
education_images[1] = new Image();
education_images[2] = new Image();

education_images[0].src = "photos/kiosk1_bw.jpg";
education_images[1].src = "photos/tony_bw.jpg";
education_images[2].src = "photos/interact_bw.jpg";

education_captions = new Array();
education_captions[0] = "Photo: <i>KIOSK: Modes of Multiplication</i>, 2007";
education_captions[1] = "";
education_captions[2] = "Photo: <i>Dots and Loops: The Conjunction of Intuitive Visions Outside the Margins of the Inside Box</i>, 2008";


about_images = new Array();
about_images[0] = new Image();
about_images[1] = new Image();
about_images[2] = new Image();
about_images[3] = new Image();
about_images[4] = new Image();
about_images[5] = new Image();
about_images[6] = new Image();
about_images[7] = new Image();

about_images[0].src = "photos/careyyoung1_bw.jpg";
about_images[1].src = "photos/lowman_bw.jpg";
about_images[2].src = "photos/careyyoung2_bw.jpg";
about_images[3].src = "photos/poem2_bw.jpg";
about_images[4].src = "photos/faldbakken1_bw.jpg";
about_images[5].src = "photos/sibony1_bw.jpg";
about_images[6].src = "photos/dellsperger_bw.jpg";
about_images[7].src = "photos/storage_bw.jpg";

about_captions =  new Array();
about_captions[0] = "Photo: Carey Young, <i>Declared Void</i>, 2005, from Consideration, 2007";
about_captions[1] = "Photo: Nate Lowman, Axis of Praxis, 2006";
about_captions[2] = "Photo: Carey Young, <i>Artistic License</i>, 2007, from Consideration, 2007";
about_captions[3] = "Photo: In the Poem About Love You Don't Write the Word Love, 2007";
about_captions[4] = "Photo: Matias Faldbakken, <i>Chrome Spray Measurement</i>, 2007, from I Don't Think So, 2007";
about_captions[5] = "Photo: Gedi Sibony, <i>Shhhh</i>, 2007, from The Science of Imaginary Solutions, 2007";
about_captions[6] = "Photo: Brice Dellsperger, <i>Body Double X</i>, 2002, installation view, from Brice Dellsperger and Jean-luc Verna, 2003";
about_captions[7] = "Akiko Ichikawa, A Model of Contemporary Existence That Is At Once Universal & Personal, 2002, from Storage, 2002";

support_images = new Array();
support_images[0] = new Image();
support_images[1] = new Image();
support_images[2] = new Image();
support_images[3] = new Image();
support_images[4] = new Image();
support_images[5] = new Image();

support_images[0].src = "photos/kaluplinzy_bw.jpg";
support_images[1].src = "photos/lapinski1_bw.jpg";
support_images[2].src = "photos/pearson_bw.jpg";
support_images[3].src = "photos/leneberg_bw.jpg";
support_images[4].src = "photos/faldbakken3_bw.jpg";
support_images[5].src = "photos/meise_bw.jpg";

support_captions = new Array();
support_captions[0] = "Photo: Kalup Linzy, from Shade, 2006";
support_captions[1] = "Photo: Lisa Lapinski, Linz Wedding Song, 2007";
support_captions[2] = "Photo: Anthony Pearson, 2008";
support_captions[3] = "Photo: Lene Berg, still from <i>The Man in the Background</i>, 2006, from Gentlemen and Arseholes, 2007";
support_captions[4] = "Photo: Matias Faldbakken, <i>Chairs (HAMAR)</i>, 2007, from I Don't Think So, 2007";
support_captions[5] = "Photo: Michaela Meise, <i>Zei</i>, 2005, from Monument Minor, 2005";



function chooseImg(my_array, my_captions) {
	arr_length = my_array.length;
	var randomnumber=Math.floor(Math.random()*arr_length);
	document.main_img.src = my_array[randomnumber].src;
	//alert(my_captions[randomnumber]);
	document.getElementById('photo_caption').innerHTML = my_captions[randomnumber];
	}// JavaScript Document