// JavaScript Document
function randomimg( a )
{
	//main
	if (a == 0 )
	{
		var RanArray = new Array;
		RanArray[0] = new Array;
		RanArray[0][0] = "/images/main/rand0.jpg";
		RanArray[0][1] = "Andrews Hall";
		RanArray[0][2] = "";
		RanArray[1] = new Array;
		RanArray[1][0] = "/images/main/rand1.jpg";
		RanArray[1][1] = "Prairie Schooner";
		RanArray[1][2] = "Fall 1998";
		RanArray[2] = new Array;
		RanArray[2][0] = "/images/main/rand2.jpg";
		RanArray[2][1] = "Prairie Schooner";
		RanArray[2][2] = "Spring 1997";
		RanArray[3] = new Array;
		RanArray[3][0] = "/images/main/rand3.jpg";
		RanArray[3][1] = "Prairie Schooner";
		RanArray[3][2] = "Winter 2003";
		RanArray[4] = new Array;
		RanArray[4][0] = "/images/main/rand4.jpg";
		RanArray[4][1] = "Torn Notebook";
		RanArray[4][2] = "C. Oldenburg &amp; C. van Bruggen";
		RanArray[5] = new Array;
		RanArray[5][0] = "/images/main/rand5.jpg";
		RanArray[5][1] = "Walt Whitman";
		RanArray[5][2] = "";
		RanArray[6] = new Array;
		RanArray[6][0] = "/images/main/rand6.jpg";
		RanArray[6][1] = "Willa Cather";
		RanArray[6][2] = "";
		RanArray[7] = new Array;
		RanArray[7][0] = "/images/main/rand7.jpg";
		RanArray[7][1] = "Prairie Schooner";
		RanArray[7][2] = "Fall 2002";
	
		
		var Size = RanArray.length;
		var Random = Math.floor(Math.random()*Size);
		
		document.write('<div class="image_small_tall">');
		document.write('<img src="' + RanArray[Random][0] + '" alt="' + RanArray[Random][1] + '" />');
		document.write('</div><p class="caption">');
		document.write('<i>' + RanArray[Random][1] + '</i><br />');
		document.write( RanArray[Random][2] );
		document.write('</p>');
	}
	//graduate
	if (a == 1 )
	{
		var BookArray = new Array;
		BookArray[0] = new Array;
		BookArray[0][0] = "/images/grad/book0.jpg";
		BookArray[0][1] = "The Least You Need To Know";
		BookArray[0][2] = "Lee Martin";
		BookArray[0][3] = "PhD '94";
		BookArray[1] = new Array;
		BookArray[1][0] = "/images/grad/book1.jpg";
		BookArray[1][1] = "Elizabeth Barrett Browning's Spiritual Progress";
		BookArray[1][2] = "Linda Lewis";
		BookArray[1][3] = "PhD '87";
		BookArray[2] = new Array;
		BookArray[2][0] = "/images/grad/book2.jpg";
		BookArray[2][1] = "Saviors";
		BookArray[2][2] = "Paul Eggers";
		BookArray[2][3] = "PhD '96";
		BookArray[3] = new Array;
		BookArray[3][0] = "/images/grad/book3.jpg";
		BookArray[3][1] = "Best New American Voices 2000";
		BookArray[3][2] = "Ladette Randolph";
		BookArray[3][3] = "PhD '99";
		BookArray[4] = new Array;
		BookArray[4][0] = "/images/grad/book4.jpg";
		BookArray[4][1] = "Best New American Voices 2001";
		BookArray[4][2] = "Erin Flanagan";
		BookArray[4][3] = "MA '00";
		BookArray[5] = new Array;
		BookArray[5][0] = "/images/grad/book5.jpg";
		BookArray[5][1] = "Obscure Destinies";
		BookArray[5][2] = "Mark Kamrath";
		BookArray[5][3] = "PhD '96";
		BookArray[6] = new Array;
		BookArray[6][0] = "/images/grad/book6.jpg";
		BookArray[6][1] = "Poems";
		BookArray[6][2] = "Virginia Wright";
		BookArray[6][3] = "PhD '02";
		BookArray[7] = new Array;
		BookArray[7][0] = "/images/grad/book7.jpg";
		BookArray[7][1] = "That Kind of Sleep";
		BookArray[7][2] = "Susan Atefat-Peckham";
		BookArray[7][3] = "PhD '99";
		BookArray[8] = new Array;
		BookArray[8][0] = "/images/grad/book8.jpg";
		BookArray[8][1] = "Coldsnap as Yearning";
		BookArray[8][2] = "Robert Vivian";
		BookArray[8][3] = "PhD '01";
		BookArray[9] = new Array;
		BookArray[9][0] = "/images/grad/book9.jpg";
		BookArray[9][1] = "Writings on Black Women of the Diaspora";
		BookArray[9][2] = "Lean'tin Bracks";
		BookArray[9][3] = "PhD '96";
		BookArray[10] = new Array;
		BookArray[10][0] = "/images/grad/book10.jpg";
		BookArray[10][1] = "No Parole Today";
		BookArray[10][2] = "Laura Tohe";
		BookArray[10][3] = "PhD '93";
		BookArray[11] = new Array;
		BookArray[11][0] = "/images/grad/book11.jpg";
		BookArray[11][1] = "Troublemakers";
		BookArray[11][2] = "John McNally";
		BookArray[11][3] = "PhD '99";
		BookArray[12] = new Array;
		BookArray[12][0] = "/images/grad/book12.jpg";
		BookArray[12][1] = "Women Filmmakers of the African &amp; Asian Diaspora";
		BookArray[12][2] = "Gwendolyn Foster";
		BookArray[12][3] = "MA '92, PhD '95";
		BookArray[13] = new Array;
		BookArray[13][0] = "/images/grad/book13.jpg";
		BookArray[13][1] = "Every Tub Must Sit on Its Own Bottom";
		BookArray[13][2] = "Deborah Plant";
		BookArray[13][3] = "PhD '88";
		BookArray[14] = new Array;
		BookArray[14][0] = "/images/grad/book14.jpg";
		BookArray[14][1] = "Protocol for Touch";
		BookArray[14][2] = "Constance Merritt";
		BookArray[14][3] = "PhD '99";
		BookArray[15] = new Array;
		BookArray[15][0] = "/images/grad/book15.jpg";
		BookArray[15][1] = "Kentucky Swami";
		BookArray[15][2] = "Tim Skeen";
		BookArray[15][3] = "PhD '93";
		
		
		
		var Size = BookArray.length;
		var Random = Math.floor(Math.random()*Size);
		
		document.write('<div class="image_small_tall">');
		document.write('<img src="' + BookArray[Random][0] + '" alt="' + BookArray[Random][1] + '" />');
		document.write('</div><p class="caption">');
		document.write('<i>' + BookArray[Random][1] + '</i><br />');
		document.write(BookArray[Random][2] + ' <br />');
		document.write(BookArray[Random][3] );
		document.write('</p>');
	}
	//diversity
	if (a == 2 )
	{
		var RanArray = new Array;
		RanArray[0] = new Array;
		RanArray[0][0] = "/images/diverse/rand0.jpg";
		RanArray[0][1] = "Jessica Rivera";
		RanArray[0][2] = "M.A. Candidate";
		RanArray[1] = new Array;
		RanArray[1][0] = "/images/diverse/rand1.jpg";
		RanArray[1][1] = "Writings on Black Women of the Diaspora";
		RanArray[1][2] = "Lean'tin Bracks";
		RanArray[2] = new Array;
		RanArray[2][0] = "/images/diverse/rand2.jpg";
		RanArray[2][1] = "Women Filmakers of the African &amp; Asian Diaspora";
		RanArray[2][2] = "Gwendolyn Foster";
		RanArray[3] = new Array;
		RanArray[3][0] = "/images/diverse/rand3.jpg";
		RanArray[3][1] = "Every Tub Must Sit on Its Own Bottom";
		RanArray[3][2] = "Deborah Plant";
		RanArray[4] = new Array;
		RanArray[4][0] = "/images/diverse/rand4.jpg";
		RanArray[4][1] = "Razia Khan";
		RanArray[4][2] = "Ph.D. Candidate";
		RanArray[5] = new Array;
		RanArray[5][0] = "/images/diverse/rand5.jpg";
		RanArray[5][1] = "Ramon Guerra";
		RanArray[5][2] = "Ph.D. Candidate";
		RanArray[6] = new Array;
		RanArray[6][0] = "/images/diverse/rand6.jpg";
		RanArray[6][1] = "Eduardo Blanco";
		RanArray[6][2] = "M.A. Candidate";
		
		
		
		var Size = RanArray.length;
		var Random = Math.floor(Math.random()*Size);
		
		document.write('<div class="image_small_tall">');
		document.write('<img src="' + RanArray[Random][0] + '" alt="' + RanArray[Random][1] + '" />');
		document.write('</div><p class="caption">');
		document.write('<i>' + RanArray[Random][1] + '</i><br />');
		document.write( RanArray[Random][2] );
		document.write('</p>');
	}
	//undergrad
	if (a == 3 )
	{
		var RanArray = new Array;
		RanArray[0] = new Array;
		RanArray[0][0] = "/images/ugrad/rand0.jpg";
		RanArray[0][1] = "Some of the many resources found in the Writing Assistance Center";
		RanArray[0][2] = "";
		RanArray[1] = new Array;
		RanArray[1][0] = "/images/ugrad/rand1.jpg";
		RanArray[1][1] = "Andrews Hall";
		RanArray[1][2] = "";
		RanArray[2] = new Array;
		RanArray[2][0] = "/images/ugrad/rand2.jpg";
		RanArray[2][1] = "Laurus - UNL Undergraduate Literary Magazine";
		RanArray[2][2] = "2001-2002";
		RanArray[3] = new Array;
		RanArray[3][0] = "/images/ugrad/rand3.jpg";
		RanArray[3][1] = "Laurus - UNL Undergraduate Literary Magazine";
		RanArray[3][2] = "2003-2004";
		RanArray[4] = new Array;
		RanArray[4][0] = "/images/ugrad/rand4.jpg";
		RanArray[4][1] = "Torn Notebook";
		RanArray[4][2] = "C. Oldenburge &amp; C. van Bruggen";
		RanArray[5] = new Array;
		RanArray[5][0] = "/images/ugrad/rand5.jpg";
		RanArray[5][1] = "Andrews Hall";
		RanArray[5][2] = "";
		
		
		
		var Size = RanArray.length;
		var Random = Math.floor(Math.random()*Size);
		
		document.write('<div class="image_small_tall">');
		document.write('<img src="' + RanArray[Random][0] + '" alt="' + RanArray[Random][1] + '" />');
		document.write('</div><p class="caption">');
		document.write('<i>' + RanArray[Random][1] + '</i><br />');
		document.write( RanArray[Random][2] );
		document.write('</p>');
	}
	//wac
	if (a == 4 )
	{
		var RanArray = new Array;
		RanArray[0] = new Array;
		RanArray[0][0] = "/images/wac/rand0.jpg";
		RanArray[0][1] = "";
		RanArray[0][2] = "";
		RanArray[1] = new Array;
		RanArray[1][0] = "/images/wac/rand2.jpg";
		RanArray[1][1] = "Writing Asssistance Center";
		RanArray[1][2] = "Andrews Hall";
		RanArray[2] = new Array;
		RanArray[2][0] = "/images/wac/rand3.jpg";
		RanArray[2][1] = "Writing Assistance Center";
		RanArray[2][2] = "Andrews Hall";
		RanArray[3] = new Array;
		RanArray[3][0] = "/images/wac/rand4.jpg";
		RanArray[3][1] = "Andrews Hall";
		RanArray[3][2] = "";
		RanArray[4] = new Array;
		RanArray[4][0] = "/images/wac/rand5.jpg";
		RanArray[4][1] = "";
		RanArray[4][2] = "";
		
		
		
		var Size = RanArray.length;
		var Random = Math.floor(Math.random()*Size);
		
		document.write('<div class="image_small_tall">');
		document.write('<img src="' + RanArray[Random][0] + '" alt="' + RanArray[Random][1] + '" />');
		document.write('</div><p class="caption">');
		document.write('<i>' + RanArray[Random][1] + '</i><br />');
		document.write( RanArray[Random][2] );
		document.write('</p>');
	}
	//comprhet
	if (a == 5 )
	{
		var RanArray = new Array;
		RanArray[0] = new Array;
		RanArray[0][0] = "/images/comprhet/rand0.jpg";
		RanArray[0][1] = "The Extraordinary Work of Ordinary Writing: Annie Ray's Diary";
		RanArray[0][2] = "Jennifer Sinor <br /> BA 1991";
		RanArray[1] = new Array;
		RanArray[1][0] = "/images/comprhet/rand1.jpg";
		RanArray[1][1] = "A Way to Move: Rhetorics of Emotion &amp; Composition Studies";
		RanArray[1][2] = "Edited by Dale Jacobs and Laura R. Micciche <br /> PhD 1997 (Jacobs)";
		RanArray[2] = new Array;
		RanArray[2][0] = "/images/comprhet/rand2.jpg";
		RanArray[2][1] = "Getting Restless: Rethinking Revision in Writing Instruction";
		RanArray[2][2] = "Nancy Welch <br /> PhD 1995";
		RanArray[3] = new Array;
		RanArray[3][0] = "/images/comprhet/rand3.jpg";
		RanArray[3][1] = "Rural Voices <br /> Place-Conscious Educationi and the Teaching of Writing";
		RanArray[3][2] = "edited by Rober E. Brooke";
		RanArray[4] = new Array;
		RanArray[4][0] = "/images/comprhet/rand4.jpg";
		RanArray[4][1] = "Small Groups in Writing Workshops <br /> Invitations to a Writer's Life";
		RanArray[4][2] = "Robert Brooke, Ruth Mirtz, and Rick Evans <br /> PhD 1992 (Mirtz)";
		RanArray[5] = new Array;
		RanArray[5][0] = "/images/comprhet/rand5.jpg";
		RanArray[5][1] = "Teacher Narrative as Critical Inquiry: Rewriting the Script";
		RanArray[5][2] = "Joy S. Ritchie and David E. Wilson <br /> UNL Faculty";
		RanArray[6] = new Array;
		RanArray[6][0] = "/images/comprhet/rand6.jpg";
		RanArray[6][1] = "Radical Departures <br /> Composition and Progressive Pedagogy";
		RanArray[6][2] = "Chris Gallagher";
		RanArray[7] = new Array;
		RanArray[7][0] = "/images/comprhet/rand7.jpg";
		RanArray[7][1] = "Composition, Pedagogy, &amp; the Scholarship of Teaching";
		RanArray[7][2] = "editied by Deborah Minter &amp; Amy M. Goodburn";
		RanArray[8] = new Array;
		RanArray[8][0] = "/images/comprhet/rand8.jpg";
		RanArray[8][1] = "Available Means <br />An Anthology of Women's Rhetorics(s)";
		RanArray[8][2] = "edited by Joy Ritchie &amp; Kate Ronald";
		RanArray[9] = new Array;
		RanArray[9][0] = "/images/comprhet/rand9.jpg";
		RanArray[9][1] = "The Dissertation &amp; the Discipline: <br />Reinventing Composition Studies";
		RanArray[9][2] = "Nancy Welch, Cindy Moore, and Sheila Carter-Tod <br /> PhD 1995 (Welch) <br /> MA 1991 (Moore)";
		RanArray[10] = new Array;
		RanArray[10][0] = "/images/comprhet/rand10.jpg";
		RanArray[10][1] = "The Myles Horton Reader: <br />Education for Social Change";
		RanArray[10][2] = "Edited by Dale Jacobs <br /> PhD 1997";
		RanArray[11] = new Array;
		RanArray[11][0] = "/images/comprhet/rand11.jpg";
		RanArray[11][1] = "Professoring and Pedagogy";
		RanArray[11][2] = "Edited by Shari Stenberg";
		
		
		var Size = RanArray.length;
		var Random = Math.floor(Math.random()*Size);
		
		document.write('<div class="image_small_tall">');
		document.write('<img src="' + RanArray[Random][0] + '" alt="' + RanArray[Random][1] + '" />');
		document.write('</div><p class="caption">');
		document.write('<i>' + RanArray[Random][1] + '</i><br />');
		document.write( RanArray[Random][2] );
		document.write('</p>');
	}
}