<!--
var Quotation=new Array()
	// Do not change this.

Quotation[0] = 
	"<img src=\"/images/spotlight.gif\" width=\"140\" height=\"50\" border=\"0\" alt=\"In the Spotlight\" />" +
	"<div class=\"impact-text\"><br style=\"clear:both;\" />" +
	"<img style=\"float:left;padding:8px;\" src=\"/images/agj/busdieker-n-100.jpg\" width=\"67\" height=\"100\" border=\"0\" alt=\"Nichole Busdieker\" />" +
	"<br style=\"clear:both;\" />"+
	"<p><strong>Nichole Busdieker</strong><br />AgJ '07</p>" +
	"<p>&quot;I am excited about the opportunities...&quot;</p>" + 
	"<a href=\"/agj/prospective/busdieker-n.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></div>";

Quotation[1] =
	"<img src=\"/images/spotlight.gif\" width=\"140\" height=\"50\" border=\"0\" alt=\"In the Spotlight\" />" +
	"<div class=\"impact-text\"><br style=\"clear:both;\" />" +
	"<img style=\"float:left;padding:8px;\" src=\"/images/agj/deweese-j-100.jpg\" width=\"67\" height=\"100\" border=\"0\" alt=\"Jaclyn DeWeese\" />" +
	"<br style=\"clear:both;\" />"+
	"<p><strong>Jaclyn DeWeese</strong><br />AgJ '08</p>" +
	"&quot;I will be a more diversified individual.&quot;" + 
	"<a href=\"/agj/prospective/deweese-j.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></div>";

Quotation[2] =
	"<img src=\"/images/spotlight.gif\" width=\"140\" height=\"50\" border=\"0\" alt=\"In the Spotlight\" />" +
	"<div class=\"impact-text\"><br style=\"clear:both;\" />" +
	"<img style=\"float:left;padding:8px;\" src=\"/images/agj/moten-r-100.jpg\" width=\"67\" height=\"100\" border=\"0\" alt=\"Rachel Moten\" />" +
	"<br style=\"clear:both;\" />"+
	"<p><strong>Rachel Moten</strong><br />AgJ '10</p>" +
	"&quot;Being an AgJ major gives me early hands-on experience.&quot;" + 
	"<a href=\"/agj/prospective/moten-r.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></div>";

Quotation[3] =
	"<img src=\"/images/spotlight.gif\" width=\"140\" height=\"50\" border=\"0\" alt=\"In the Spotlight\" />" +
	"<div class=\"impact-text\"><br style=\"clear:both;\" />" +
	"<img style=\"float:left;padding:8px;\" src=\"/images/agj/chadwick-m-100.jpg\" width=\"67\" height=\"100\" border=\"0\" alt=\"Michelle Chadwick\" />" +
	"<br style=\"clear:both;\" />"+
	"<p><strong>Michelle Chadwick</strong><br />AgJ '10</p>" +
	"&quot;Don't let a couple of tough classes scare you.&quot;" + 
	"<a href=\"/agj/prospective/chadwick-m.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></div>";

Quotation[4] =
	"<img src=\"/images/spotlight.gif\" width=\"140\" height=\"50\" border=\"0\" alt=\"In the Spotlight\" />" +
	"<div class=\"impact-text\"><br style=\"clear:both;\" />" +
	"<img style=\"float:left;padding:8px;\" src=\"/images/agj/wallace-w-100.jpg\" width=\"67\" height=\"100\" border=\"0\" alt=\"Whitney Wallace\" />" +
	"<br style=\"clear:both;\" />"+
	"<p><strong>Whitney Wallace</strong><br />AgJ '10</p>" +
	"&quot;Getting involved will be your key to success.&quot;" + 
	"<a href=\"/agj/prospective/wallace-w.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></div>";

Quotation[5] =
	"<img src=\"/images/spotlight.gif\" width=\"140\" height=\"50\" border=\"0\" alt=\"In the Spotlight\" />" +
	"<div class=\"impact-text\"><br style=\"clear:both;\" />" +
	"<img style=\"float:left;padding:8px;\" src=\"/images/agj/berry-a-100.jpg\" width=\"67\" height=\"100\" border=\"0\" alt=\"Allyssa Berry\" />" +
	"<br style=\"clear:both;\" />"+
	"<p><strong>Allyssa Berry</strong><br />AgJ '08</p>" +
	"&quot;It will give you an edge on the competition.&quot;" + 
	"<a href=\"/agj/prospective/berry-a.php\"><img class=\"float-right\" src=\"/images/more.gif\" width=\"50\" height=\"13\" border=\"0\" alt=\"More\" /></a></div>";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
//-->

