<!--
var Quotation=new Array()
	// Do not change this.

Quotation[0] = 

	"<img style=\"float:left;margin-right:10px;margin-bottom:10px;\" src=\"/images/agecon/grad/mishra-b.jpg\" width=\"100\" height=\"100\" border=\"0\" alt=\"Bhawani Prasad Mishra \" /><b>Bhawani Prasad Mishra</b>" +
	"<p>Doctoral student from Nepal</p>"+
	"<p>&quot;My interests are rural policy analysis, regional economics and rural development.&quot;</p>";

Quotation[1] = 

	"<img style=\"float:left;margin-right:10px;margin-bottom:10px;\" src=\"/images/agecon/grad/gautam-s.jpg\" width=\"100\" height=\"100\" border=\"0\" alt=\"Shriniwas Gautam\" /><b>Shriniwas Gautam</b>" +
	"<p>Doctoral student from Nepal</p>"+
	"<p>&quot;My area of interest is rural and agricultural policy analysis, and international development.&quot;</p>";

Quotation[2] = 

	"<img style=\"float:left;margin-right:10px;margin-bottom:10px;\" src=\"/images/agecon/grad/elliott-m.jpg\" width=\"100\" height=\"100\" border=\"0\" alt=\"Matt Elliott\" /><b>Matt Elliott</b>" +
	"<p>Master's student from the U.S.</p>"+
	"<p>&quot;My interest is in examining institutional changes and the effect on economic performance, as well as general economic history.&quot;</p>";

Quotation[3] = 

	"<img style=\"float:left;margin-right:10px;margin-bottom:10px;\" src=\"/images/agecon/grad/hofherr-p.jpg\" width=\"100\" height=\"100\" border=\"0\" alt=\"Peter Hofherr\" /><b>Peter Hofherr</b>" +
	"<p>Doctoral student from the U.S.</p>"+
	"<p>&quot;My interests are entrepreneurship and the theory of the firm.&quot;</p>";

Quotation[4] = 

	"<img style=\"float:left;margin-right:10px;margin-bottom:10px;\" src=\"/images/agecon/grad/won-j.jpg\" width=\"100\" height=\"100\" border=\"0\" alt=\"Jong Chul Won\" /><b>Jong Chul Won</b>" +
	"<p>Doctoral student from Korea</p>"+
	"<p>&quot;I'm interested in TCE and Entrepreneurship.&quot;</p>";

Quotation[5] = 

	"<img style=\"float:left;margin-right:10px;margin-bottom:10px;\" src=\"/images/agecon/grad/song-w.jpg\" width=\"100\" height=\"100\" border=\"0\" alt=\"Woo Jin Song\" /><b>Woo Jin Song</b>" +
	"<p>Doctoral student from Korea</p>"+
	"<p>&quot;I work in FAPRI, and my adviser is Dr. Brown.&quot;</p>";

Quotation[6] = 

	"<img style=\"float:left;margin-right:10px;margin-bottom:10px;\" src=\"/images/agecon/grad/rees-l.jpg\" width=\"100\" height=\"100\" border=\"0\" alt=\"Lisa Rees\" /><b>Lisa Rees</b>" +
	"<p>Master's student from the U.S.</p>"+
	"<p>&quot;I am doing research on identifying the risk perceptions in the media of the Bolivia/Peru region.  My interests are in applying institutional economics to international agricultural development.&quot;</p>";

Quotation[7] = 

	"<img style=\"float:left;margin-right:10px;margin-bottom:10px;\" src=\"/images/agecon/grad/bylund-p.jpg\" width=\"100\" height=\"100\" border=\"0\" alt=\"Per Bylund\" /><b>Per Bylund</b>" +
	"<p>Doctoral student from Sweden</p>"+
	"<p>&quot;My research interest is the political economy, i.e. the study of market institutions such as contracts and property rights and the effects of political and legal interventions in the market, especially the areas of conflict arising from such rights and interventions.&quot;</p>";

Quotation[8] =

	"<img style=\"float:left;margin-right:10px;margin-bottom:10px;\" src=\"/images/agecon/grad/lizarraga-sa.jpg\" width=\"100\" height=\"100\" border=\"0\" alt=\"Sara Alva Lizarraga\" /><b>Sara Alva Lizarraga</b>" +
	"<p>Ph.D. Student from Peru</p>"+
	"<p>&quot;My current research interest is on study the economic impact of rural and agriculture policies on rural regions and their implications on the space and the environment using simulation models.&quot;</p>";

Quotation[9] =

	"<img style=\"float:left;margin-right:10px;margin-bottom:10px;\" src=\"/images/agecon/grad/pfingu-c.jpg\" width=\"100\" height=\"100\" border=\"0\" alt=\"Clement Pfingu\" /><b>Clement Pfingu</b>" +
	"<p>Master's student from Congo</p>"+
	"<p>&quot;My research interest is food insecurity and malnutrition in Subsaharan Africa.&quot;</p>";

Quotation[10] =

	"<img style=\"float:left;margin-right:10px;margin-bottom:10px;\" src=\"/images/agecon/grad/vilabrunet-n.jpg\" width=\"100\" height=\"100\" border=\"0\" alt=\"Neus Vila Brunet\" /><b>Neus Vila Brunet</b>" +
	"<p>Ph.D. student from Spain</p>"+
	"<p>&quot;I'm interested on analyzing the welfare impact of negative environmental externalities and specifically of climate change. I'm using a dynamic interregional computable general equilibrium model for Spain in order to evaluate and define cost-effective mitigation and adaptation strategies to climate change for the agribusiness sector.&quot;</p>";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
//-->
