/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 10;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="1";
body="Teacher Patt . . . captivates everyones attention. (She) incorporates so many learning skills within the activities... (creating) such variety and themes.";
}

if (quotes==1) {
title="2";
body="My daughter has benefited from the music, art, language and social experiences at preschool. She is happy and loves attending.";
}

if (quotes==2) {
title="3";
body="I sometimes wonder who has grown more (from participating at SHPPP), my child or myself as a parent.";
}

if (quotes==3) {
title="4";
body="My son is happy, secure and well stimulated. He amazes me practically everyday with something he has learned.";
}

if (quotes==4) {
title="5";
body="To have a place where I know my child is loved, nurtured and safe is a blessing and privilege beyond words.";
}

if (quotes==5) {
title="6";
body="My best memory of preschool is my friends.";
}

if (quotes==6) {
title="7";
body="What I like most about Teacher Patt is the way she hugs me.";
}

if (quotes==7) {
title="8";
body="My best memory of preschool is going to the craft table because you can make everything there.";
}

if (quotes==8) {
title="9";
body="What I like most about Teacher Patt is that she makes me laugh.";
}

if (quotes==9) {
title="10";
body="I do not like the slime, but I like the upstairs house.";
}



document.write(''+ body +'');
