// Precision Creations Design Group - JavaScript

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

if (quotes==0) {
body="Thank you so much for your enthusiastic, and excellent instruction during the beginner band class.  When I heard those kids play the first two weeks of class, I thought there is no way they would sound good and be able to stay together for a performance.  ( you warned us we'd be surprised ).  They sounded wonderful at the rehearsal.  I am so thrilled. . .";
name="Paula Purcells,";
title="Spring Location";
}

if (quotes==1) {
body="Thank you for such a wonderful year.  Melissa and John both loved being in your band.  They are excited about playing again in the fall.  You have been an extra blessing for John who has to struggle in most areas of school work, but loves music.  Thank you again.";
name="Ann Hamilton,";
title="Sugarland Location";
}

if (quotes==2) {
body="Mr. Sommer is an excellent teacher, so patient and encouraging for the children.  Jacob started his second year with Instruments of Praise band yesterday, playing the trumpet.  We are so very pleased with his progress, and with how Mr. Sommer relates to him.  Never using humiliation as a way to motivate, Mr. Sommer always is upbeat and the students seem to just rise to his expectations of them.";
name="Debbie Cariker,";
title="Tomball Location";
}

if (quotes==3) {
body="We think this is a pretty valuable group!  Our son has played in Instruments of Praise for six years, this being his seventh year.  The kids learn to play for the glory of God; they grow spiritually as well as musically under Mr. Sommer's instruction.";
name="Tracy  Rushton,";
title="Spring Location";
}

if (quotes==4) {
body="Thank you so much for all you've done for the homeschoolers with your music.  I can't tell you how much I have enjoyed this school year in your string orchestras.  For this homeschooler Mondays have definitely been a highlight of my week.  You truly bless us with all that you do.";
name="Dorcas Copa,";
title="Student at Spring Location";
}

if (quotes==5) {
body="The kids are loving band and we are impressed with your ability and patience with so many different skill and age levels, not to mention instruments.";
name="Melissa Gates,";
title="Surgarland Location";
}

if (quotes==6) {
body="I want to thank you for the wonderful job you are doing with the kids- they have had (in my opinion) marked improvement in their orchestra skills in the short time they've been under your direction.  They thoroughly enjoy coming to your class!";
name="Melissa Burgess,";
title="Spring Location";
}

if (quotes==7) {
body="One thing that I learned in your band that did not involve music, but leadership, was how you learned my name, and all the other kids' names, so quickly and did not forget it the whole time I was there. I am sure that around the Houston homeschool community your name is spoken of in high regard.";
name="Jacob Springer,";
title="Student at Spring Location";
}

if (quotes==8) {
body="We wanted to tell you thank you for all your efforts on his part, and for generously sharing your love and gift of music with him.  You have chosen what some must see as a difficult path in establishing a band that is separate from an established school - but I can't tell you how much  you have blessed our family by your efforts, and the efforts of your wife. Thank you for taking the time with us, encouraging Eric, and teaching.";
name="Lorna Hanson, Sugarland Location";
title="";
}

document.write('<div class=testimonials>');
document.write('<p>'+ body +'</p>');
document.write('<p><strong>' + name + '</strong><br>');
document.write('<strong>' + title + '</strong><p>');
document.write('</div>');
