// JavaScript Document
<!-- BEGIN OF ROTATING OF IMAGES SCRIPT -->

<!-- 



  //An array to hold the names of the students
  nArray=new Array(
  "Felix Barba",
  "Hitasha Mitera",
  "Lia Robertson",
  "Samit Wangnoo",
  "Pamela Ames",
  "Nicole Honaker");

  //An array to hold the link to students individual page
  lArray=new Array(
  "2010FelixBarba.stm",
  "2010HitashaMitera.stm",
  "2010LiaRobertson.stm",
  "2010SamitWangnoo.stm",
  "2010AmesPamela.stm",
  "2010HonakerNicole.stm");

//An array to hold the image location and alt tag
iArray=new Array(
  "image/FelixBarba_sml.jpg\" alt=\"Photo of: Felix Barba",
  "image/2010HitashaMitera.jpg\" alt=\"Photo of: Hitasha Mitera",
  "image/LiaRobertson.jpg\" alt=\"Photo of: Lia Robertson",
  "image/SamitWangnoo.jpg\" alt=\"Photo of: Samit Wangnoo",
  "image/AmesPamela2010_0406thumb.jpg\" alt=\"Photo of: Pamela Ames",
  "image/HonakerNicole2010_0406thumb.jpg\" alt=\"Photo of: Nicole Honaker");




  //An array to hold the description of each student
  tArray=new Array(
 "Through my involvement in student government, I've realized that I am making a difference in the lives of my fellow students and I am contributing to fulfilling the Destination 2010 initiative on campus.",
  "My family, friends and professors have all had significant impact at various points along the way in my academic journey. Their love, support and guidance have meant more to me than words can describe.",
 "I really appreciated the experience of living in such a multicultural area and getting to know students from all kinds of backgrounds.",
  "The professors, you can talk to them any time you want. In India, there is a gap between students and professors, but here they are really friendly.",
  "It's a nice campus. It reminds me of home with all the wildlife and trees. I like the squirrels. I like my math class and my teacher.",
  "Being Miss Sacramento is the coolest thing—I haven’t been able to absorb it all yet. It is something that will always be with me. I’ll always be a Miss Sacramento and it's something I can look back at.");
  
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>');
				//-->
