
var txtList = new Array()
txtList[txtList.length]="&#8220;Emma Willard students are hungry for as much as we can give them.&#8221; Meg McClellan, English instructor";
txtList[txtList.length]="The learning environment at Emma Willard is collaborative, not competitive.";
txtList[txtList.length]="&#8220;It&#8217;s cool to be smart here.&quot; &nbsp;Caitlin, 11th Grade";
txtList[txtList.length]="You can be yourself here.";
txtList[txtList.length]="At Emma Willard, you&#8217;ll be inspired by your surroundings, your teachers, and your peers.";
txtList[txtList.length]="When you&#8217;re excited by what you&#8217;re learning, the work always gets done.";
txtList[txtList.length]="At Emma Willard, you can decide who you are and who you want to be.";
txtList[txtList.length]="Education is not a spectator sport.";
txtList[txtList.length]="&#8220;My CD collection is sort of like life here: diverse, cutting-edge but also soothing, and packed with lots of stuff.&#8221";
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";
txtList[txtList.length]="&#8220;I&#8217;m on the team for the fun of it, but it&#8217;s cool that we win, too.&#8221; Erica, 10th grade";
j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));
