
var txtList = new Array()
txtList[txtList.length]="Virtually all students will elect more courses in some divisions than the requirements demand.";
txtList[txtList.length]="The learning environment at Emma Willard is collaborative, not competitive.";
txtList[txtList.length]="We revisit our curriculum regularly to ensure there&#8217;s room for innovative thinking.";
txtList[txtList.length]="You can be yourself here.";
txtList[txtList.length]="&#8220;At Emma Willard, girls are the main subject. The voices in the classroom are theirs.&#8221; Nat Conrad, Academic Dean";
txtList[txtList.length]="Emma Willard focuses every resource on the intellectual and emotional development of girls.";
txtList[txtList.length]="Opportunities for self-discovery are theirs for the taking.";
txtList[txtList.length]="Education is not a spectator sport.";
j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));
