// JavaScript Document
<!-- BEGIN OF ROTATING OF IMAGES SCRIPT -->

<!-- 



  //An array to hold the names of the students
  nArray=new Array(
  "Alex Mwaura",
  "Brittney Gandy",
  "Jesse Kleinow",
  "Juan Lopez",
  "Kay Saechao",
  "Nicole Honaker",
  "Pamela Ames",
  "Patty García",
  "Robert Evans",
  "Stacie Hiratsuka",
  "Warwick Foy");

  //An array to hold the link to students individual page
  lArray=new Array(
  "2010AlexMwaura.stm",
  "2010GandyBrittney.stm",
  "2010KleinowJesse.stm",
  "2010lopezjuan.stm",
  "2010saechaokay.stm",
  "2010HonakerNicole.stm",
  "2010amespamela.stm",
  "2010GarcíaPatty.stm",
  "2010EvansRobert.stm",
  "2010HiratsukaStacie.stm",
  "2010FoyWarwick.stm" );

//An array to hold the image location and alt tag
iArray=new Array(
  "image/MwauraAlex2010_0406thumb.jpg\" alt=\"Photo of: Alex Mwaura",
  "image/GandyBrittney2010_0406thumb.jpg\" alt=\"Photo of: Brittney Gandy",
  "image/KleinowJesse2010_0406thumb.jpg\" alt=\"Photo of: Jesse Kleinow",
  "image/LopezJuan2010_0406thumb.jpg\" alt=\"Photo of: Juan Lopez",
  "image/SaechaoKay2010_0406thumb.jpg\" alt=\"Photo of: Kay Saechao",
  "image/HonakerNicole2010_0406thumb.jpg\" alt=\"Photo of: Nicole Honaker",
  "image/AmesPamela2010_0406thumb.jpg\" alt=\"Photo of: Pamela Ames",
  "image/GarciaPatty2010_0406thumb.jpg\" alt=\"Photo of: Patty Garcia",
  "image/EvansRobert2010_0406thumb.jpg\" alt=\"Photo of: Robert Evans",
  "image/HiratsukaStacie2010_0406thumb.jpg\" alt=\"Photo of: Stacie Hiratsuka",
  "image/FoyWarwick2010_0406thumb.jpg\" alt=\"Photo of: Warwick Foy");




  //An array to hold the description of each student
  tArray=new Array(
  "Growing up in a Third World country, I have learned to appreciate all the resources that are available, and embrace the diversity of many different cultures.",
  "Here at Sacramento State I've had great opportunities to learn about life and gain so many academic skills, which have all contributed to my personal growth.",
  "I've also learned about the larger world of law enforcement and criminal justice, and where there are opportunities to use my education and build a career.",
  "When I graduate I want to get a job working for a business for a year or two and also get an internship for the fall or spring and then go back and get my master's degree.",
  "My teachers have influenced me. I really enjoy my economics professors. They're very smart and also have a great sense of humor.",
  "I'm definitely an academic - based person - B's have never been acceptable to me. I'm here to go to school, so my biggest influence would have to be my education.",
  "The MESA program has definitely helped me out a lot and my teachers have been great. They helped me get classes and I made a lot of friends over the summer.",
  "I really like my professors, especially my Spanish professors. They're all nice and willing to help you. They say that if you need anything you can just come by.",
  "The faculty helped me out quite a bit, making me realize I had the potential to actually go further than I thought I was capable of.",
  "The highlight of my education at Sac State has been the hands-on learning environment provided by the faculty.",
  "A lot of the guys on the team have been good influences-they're good athletes and good students. You have to know when to have a good time and when to be serious and work hard.");
  
ri=Math.floor(iArray.length*Math.random());
ti = ri;
li = ri;
ni = ri;
ri='<img src="./'+ iArray[ri] + '" border="0" />';


/*ti=Math.floor(tArray.length*Math.random());*/
ti = tArray[ti];
li = lArray[li];
ni = nArray[ni];
// end hiding-->

//-->

<!-- END OF ROTATING OF IMAGES SCRIPT -->



				<!--
					
					//center content
					document.write('<center>');
					
					//Display image
					document.write(ri + '<br><br>');
					
					//add style
					document.write('<span class=2010Body>"');
					
					//Display text that goes w/image
					document.write(ti + '"<br><br> ');
					document.write('</span>');
					
					//Display link that goes w/image
					document.write('<a class=bodyLink href="' + li + '" />');
					document.write("Learn more about<br>" + ni);
					document.write('</a><br>');
					
					//close the span and center tags
					//document.write('</span>');
					document.write('</center>');
				//-->
