// JavaScript Document


var index = 0;
var students = new Array('andrew', 'aleksey', 'erin', 'amanda', 'catherine');
var studentNames = new Array('Andrew Bennett', 'Aleksey Dolinskiy', 'Erin M. Hart', 'Amanda R. Jones', 'Catherine Pfaffenroth');
var studentDegrees = new Array('MALD 08', 'MALD 09', 'MALD 08', 'MALD 09', 'MALD 08');
var studentFields = new Array('International Information and Communication policy from both a regulatory and an economic development standpoint', 'International Information and Communication and International Organizations', 'International Information and Communication, Southwest Asia and Islamic Civilization, Diplomatic Studies Certificate', 'International Information and Communications, International Business Relations ', 'International Information and Communication and International Negotiation and Conflict Resolution, with a specific focus on Public Diplomacy');
var studentQuotes = new Array('"Before Fletcher, I worked in internet law and policy.  I have lived, studied, worked, and traveled extensively in East and Southern Africa.  This summer I interned for the Massachusetts Department of Telecom and Cable and worked with Commissioner Sharon Gillett on a project in collaboration with Governor Deval Patrick\'s office to deliver broadband Internet connectivity to the 31 Massachusetts communities that lack coverage."','"Before Fletcher, I received my bachelor\'s degree in European Studies from the School of International Relations at Saint Petersburg State University and my master\'s degree in International Relations at the Moscow State University of International Relations. I worked at several local newspapers in Saint Petersburg and at the Russia Today 24-hour news television network in Moscow."','"Before coming to Fletcher, I designed and managed programs in cultural exchange at Atlantik-BrŸcke e.V. (Atlantic Bridge) in Berlin, Germany and taught American studies as a Robert Bosch Foundation Tutor at the University of Rostock, Germany.  This summer, I worked in the Office of Near East, South and Central Asia in the Bureau of Democracy, Human Rights, and Labor at the U.S. Department of State."','I previously worked in the Office of Policy, Public, and Congressional Affairs and the Office of UNESCO Affairs for the International Organizations Bureau at the U.S. Department of State.  This summer, I interned in the Office of Public Affairs at the U.S. Mission to the OSCE in Vienna, Austria.\
 "Fletcher is an amazing place to study public diplomacy.  At an interdisciplinary school of international affairs, I am able to study the critical factors that influence public diplomacy."','"I spent the summer working for the U.S. Department of State, Bureau of Educational and Cultural Affairs in Global Educational Programs. Prior to Fletcher, I worked in New York for CDS International, a non-profit organization committed to providing professional experiences abroad for both Americans and international visitors; taught English and American culture in Vienna, Austria; and wrote my undergraduate thesis at Amherst College on Art Nouveau architecture and design."');
index = Math.random();
index = index * 10;
index = Math.round(index);
index = index % 5;
var studentprofile = students[index];
var image = "profiles_08/" + studentprofile + ".jpg";
var page = "profiles_08/" + studentprofile + ".html";
var name = studentNames[index];
var degree = studentDegrees[index];
var field = studentFields[index];
var quote = studentQuotes[index];