

var num_of_quotes = 5;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="'The tutor's strengths were specifically chosen to align with our daughter's weaknesses.'";
title="- Sue G.";
}

if (quotes==1) {
body="'Our child went from a C/D student to an A/B student. Anxiety over schoolwork has greatly decreased and she will even do her homework without being prodded.'";
title="- Sherri S.";
}

if (quotes==2) {
body="'My daughter went from a C to an A in her math class.'";
title="- Janice M.";
}

if (quotes==3) {
body="'My son's confidence has greatly improved.'";
title="- Kate G.";
}

if (quotes==4) {
body="'Mrs. Sharon taught very well and we are thankful for all her assistance. My son learned many new things and we owe it to you. Thank you.'";
title="- Eugenia Q.";
}


document.write('<div align=left>');
document.write('<b><i><font size="2">'+ body +'</font></i></b>');
document.write('<br><br><b><i><font size="2">' + title + '</font></i></b>');
document.write('</div>');
