<!--
var Quotation=new Array()
	// Do not change this.

Quotation[0] = 

	"<img class=\"float-right\" src=\"/images/academics/steele-k.jpg\" width=\"250\" height=\"258\" border=\"0\" alt=\"Kyle Steele\" />" +
	"<h2>Graduate Student Kyle Steele</h2>" +
	"<p>Following his undergraduate program in Wisconsin, <b>Kyle Steele</b> accepted a forest research position with the Missouri Department of Conservation (MDC). There, he quickly became aware of the University of Missouri's presence in land management issues around the region. <a href=\"/academics/steele-k.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></p>" ;
	
Quotation[1] = 

	"<img class=\"float-right\" src=\"/images/academics/steele-k.jpg\" width=\"250\" height=\"258\" border=\"0\" alt=\"Kyle Steele\" />" +
	"<h2>Graduate Student Kyle Steele</h2>" +
	"<p>Following his undergraduate program in Wisconsin, <b>Kyle Steele</b> accepted a forest research position with the Missouri Department of Conservation (MDC). There, he quickly became aware of the University of Missouri's presence in land management issues around the region. <a href=\"/academics/steele-k.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></p>" ;
	
Quotation[2] = 

	"<img class=\"float-right\" src=\"/images/academics/remley-m.jpg\" width=\"250\" height=\"260\" border=\"0\" alt=\"Melissa Remley\" />" +
	"<h2>Graduate Student Melissa Remley</h2>" +
	"<p>&quot;The CAFNR faculty contains top research experts in many fields of study,&quot; Melissa says.</p>" +
	"<p>&quot;Students have a unique opportunity to get exposed to any type and topic of research and expect to be trained by the best.</p>" +
	"<p>I have also found the collaborations across disciplines to be prevalent, allowing students to have expansive access to the abundant facilities and technologies in CAFNR.&quot; <a href=\"/academics/remley-m.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></p>" ;

Quotation[3] = 

	"<img class=\"float-right\" src=\"/images/academics/unger-i.jpg\" width=\"250\" height=\"260\" border=\"0\" alt=\"Irene Unger\" />" +
	"<h2>Graduate Student Irene Unger</h2>" +
	"<p>Irene originally applied for the graduate program in biology, but her research interests led several faculty members to encourage her to consider natural resources.</p>" +
	"<p>&quot;Because I was interested in plant ecology, I looked into the forestry department,&quot; Irene says. <a href=\"/academics/unger-i.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></p>" ;
	
Quotation[4] = 

	"<img class=\"float-right\" src=\"/images/academics/atkins-j.jpg\" width=\"250\" height=\"260\" border=\"0\" alt=\"Jacqueline Atkins\" />" +
	"<h2>Graduate Student Jacqueline Atkins</h2>" +
	"<p>Jacqueline Atkins came to the University of Missouri to study beef cattle reproduction in 2004 after touring a number of animal science programs around the country.</p>" +
	"<p>&quot;The faculty, staff and students that I met with at the University of Missouri were very impressive,&quot; she says. &quot;There are many intelligent, creative and friendly people here.&quot; <a href=\"/academics/atkins-j.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></p>" ;
	
Quotation[5] = 

	"<img class=\"float-right\" src=\"/images/academics/lawver-b.jpg\" width=\"250\" height=\"260\" border=\"0\" alt=\"Becki Lawver\" />" +
	"<h2>Graduate Student Becki Lawver</h2>" +
	"<p>After working as a high school agriculture teacher for nine years, Becki is currently pursuing a Ph.D. in agricultural education.</p>" +
	"<p>She enjoys the opportunity to teach, research and do service at MU. &quot;I feel that I am being very well prepared to become a faculty member someday,&quot; she says. <a href=\"/academics/lawver-b.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></p>" ;
	
Quotation[6] = 

	"<img class=\"float-right\" src=\"/images/academics/wright-r.jpg\" width=\"250\" height=\"260\" border=\"0\" alt=\"Rebecca Wright\" />" +
	"<h2>Graduate Student Rebecca Wright</h2>" +
	"<p>Rebecca thinks the CAFNR faculty provides positive models of professionals.</p>" +
	"<p>&quot;My areas of interests were aquatic oriented, and my adviser encouraged creativity in developing a project that fit my specific interests,&quot; she says. Her research project examines the impacts of human development on the water quality of recreational areas in the Lake of the Ozarks.<a href=\"/academics/wright-r.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></p>" ;

Quotation[7] = 

	"<img class=\"float-right\" src=\"/images/academics/reed-s.jpg\" width=\"250\" height=\"260\" border=\"0\" alt=\"Sharon Reed\" />" +
	"<h2>Graduate Student Sharon Reed</h2>" +
	"<p>Sharon Reed has been interested in natural resources and ecology since she was an undergraduate, but it was not until she moved to Columbia that she decided to pursue her dream of being a professor.</p>" +
	"<p>&quot;I was impressed by the knowledge of CAFNR graduates, their current activities and Missouri's precedent in conservation.&quot;<a href=\"/academics/reed-s.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></p>" ;	


var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
//-->
