// JavaScript Document function homepage() { //6 var ranNum= Math.round(Math.random() * 6); if (ranNum == 0){document.write('
 
 
Dr. Tom Wright
Professor of History
Research: South America
Learn more »
'); } // Wright1 if (ranNum == 1){document.write('
 
 
Dr. Tom Wright
Professor of History
Research: South America
Learn more »
'); } // Wright2 if (ranNum == 2){document.write('
 
 
Dr. Tom Wright
Professor of History
Research: South America
Learn more »
'); } // Wright3 if (ranNum == 3){document.write('

 

 
 
 

Dr. Gregory S. Brown

Research: Dr. Brown studies strategies of "self-fashioning" in Enlightenment-era France

 
'); } // Brown if (ranNum == 4){document.write('
Dr. Raquel Casas
Research: Chicano and Chicana History, and the History of the Southwest. Learn more »
'); } // Casas if (ranNum == 5){document.write('
 
 
Dr. Tom Wright
Professor of History
Research: South America
Learn more »
'); } // Wright4 if (ranNum == 6){document.write('
 
 
Dr. Tom Wright
Professor of History
Research: South America
Learn more »
'); } // Wright5 if (ranNum == 9){document.write('
 
 
Dr. Tom Wright
Professor of History
Research: South America
Learn more »
'); } // Wright6 }