
var txtList = new Array()
txtList[txtList.length]="Emma is a school you get to own for only four years. But it&#8217;s a school you have in your life forever.";
txtList[txtList.length]="&#8220;Success starts with being comfortable in your own skin,&#8221; says a recent Emma Willard graduate.";
txtList[txtList.length]="&#8220;I will always remember the amazing school traditions we have here&#8212;especially Revels!&#8221;";
txtList[txtList.length]="&#8220;We will give to the world what Emma has given to us: knowledge, understanding, love, and friendship.&#8221; Tori, 12th grade";
txtList[txtList.length]="&#8220;After you sing the Alma Mater for the first time, you can&#8217;t help but want to learn the words!&#8221; Rachel, 11th grade";
txtList[txtList.length]="Emma Willard School constantly strives for improvement, asking hard questions of itself through conscientious inquiry.";
txtList[txtList.length]="We balance our respect for the past with the need for modernization by frequent assessment of our facilities.";
txtList[txtList.length]="&#8220;Sometimes I look around here and find it hard to believe a school can be this beautiful.&#8221; Emily, 9th grade";
j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));
