
var txtList = new Array()
txtList[txtList.length]="At Emma Willard, you&#8217;ll be inspired by your surroundings, your teachers, and your peers.";
txtList[txtList.length]="At Emma Willard, your daughter can decide who she is and who she wants to be.";
txtList[txtList.length]="We challenge girls to take responsibility for developing their minds and their hearts to the fullest.";
txtList[txtList.length]="&#8220;Everyone at Emma is very friendly and supportive. I feel totally comfortable when I am at school.&#8221";
txtList[txtList.length]="An Emma Willard graduate will have the tools to succeed in college.";
txtList[txtList.length]="An Emma Willard graduate will be aware of the impact of her gender on how she views the world and how the world views her.";
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;This is perhaps the only time in a young woman&#8217;s life when she can be exposed to the best and the brightest of her own gender.&#8221 Jane Fonda &#8217;55";
txtList[txtList.length]="&#8220;I&#8217;ve made some true friends here in a very short period of time.&#8221";
txtList[txtList.length]="Emma Willard promotes active involvement in campus and off-campus communities through a rich co-curricular program."; 
j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));
