// JavaScript Document



<!--
var r_text = new Array ();
r_text[0] = "&#8220;The Smith School has an outstanding program with excellent teachers - a premier NYC institution.&#8221; <br>- Andrew M.";
r_text[1] = "&#8220;Students (whose personal needs do not fit a standard program) fit in the Smith School.&#8221; <br>- Stephen S.";
r_text[2] = "&#8220;If it were not for the Smith School, I have no idea what we would have done.&#8221; <br>- John D.";
r_text[3] = "&#8220;Thanks to the Smith School and all its dedicated staff, my daughter discovered an interest in learning.&#8221; <br>- Paul A.";
r_text[4] = "&#8220;The Smith School gave our daughter a sense of her own potential and a different perspective on life.&#8221; <br>- Brenda Z.";
r_text[5] = "&#8220;Thanks for helping our daughter re-discover an interest in learning.&#8221; <br>- Anthony S.";
r_text[6] = "&#8220;You were relentless in understanding and encouragement - I will always be in your debt.&#8221; <br>- Former Student";
r_text[7] = "&#8220;Our daughter has turned a corner, thanks to your school and its excellent teachers.&#8221; <br>- Trevor P.";




var i = Math.floor(8*Math.random())

document.write(r_text[i]);

//-->

