/* 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_testimonials = 11;testimonials = Math.floor (num_of_testimonials * Math.random());if (testimonials==0) {body='"You have a wonderful staff! My daughter loves them and thinks of them often. We are blessed that we have become involved with your organization. Please continue!"';}if (testimonials==1) {body='"Natalie is fun and informative. My daughter feels safe and secure with her."';}if (testimonials==2) {body='"We learned so many details in a short time. This is very helpful. I am always going to recommend others to come here for swimming."';}if (testimonials==3) {body='"My child\'s coach is caring, patient, makes swimming fun and emphasizes new ways to practice fundamental skills."';}if (testimonials==4) {body='"My children\'s learning experience has been very positive. They enjoy coming every week."';}if (testimonials==5) {body='"My daughter is having fun, learning new skills, seeing/experiencing changes/improvements as she graduates from one level to the next."';}if (testimonials==6) {body='"My child did not like swimming lessons until she came here. Now it is one of her favorite times of the week."';}if (testimonials==7) {body='"I love that my children are learning safely and properly."';}         if (testimonials==8) {body='"I appreciate that our coach shows very positive reinforcement and a positive attitude."';}	if (testimonials==9) {body='"My daughter is progressing and gaining proficiency in the water!"';}	if (testimonials==10) {body='"SwimAmerica has been great! He loves every moment of it and is showing improvement with each class."';}document.write('<div align=left>');document.write(''+ body +'');document.write('</div>');