function jeffquotes()
{
//10
var ranNum= Math.round(Math.random() * 10);
if (ranNum == 0){document.write('Very informative and entertaining. Just what I needed after 40 years in this field. --Christine C, VT'); } // quote1
if (ranNum == 1){document.write('Loved your heartfelt, down-in-the-trenches-and-been-there presentation. --Lynnie L, IL'); } // quote2
if (ranNum == 2){document.write('Thank you for lightening up the presentation and making it "real". The fact that you have and still do work in our field and understand "us" gives you a lot of credibility  & makes your presentations and books enticing. --Tammy L, NH'); } // quote3
if (ranNum == 3){document.write('Excellent Presentation! Not only did it help me understand myself better, it also helped me to understand co-workers as well! Thank you! --Alison L. NH'); } // quote4
if (ranNum == 4){document.write('A wonderful speaker, very inspiring. It felt good to hear a man acknowledge that day care is REAL work! --Shelagh T, CA'); } // quote5
if (ranNum == 5){document.write('Jeff was an AWESOME presenter--His animation & enthusiasm made the workshop not only educational & eye-opening, but also truly enjoyable! --Jennifer R, NJ'); } // quote6
if (ranNum == 6){document.write('Jeff, your speech was great! You really know where we are coming from. I could listen to you forever. Thanks. --Lisa L, IA'); } // quote7
if (ranNum == 7){document.write('Jeff was an amazing presenter. I have been a childcare provider for 8 years and was burning out. His workshop was the shot in the arm I needed. --Jody A, CA'); } // quote8
if (ranNum == 8){document.write('Jeff is an eye opener to children\'s needs. I was so impressed to hear someone say that we are stealing children\'s childhoods. --Janet I, IA'); } // quote9
if (ranNum == 9){document.write('Excellent, excellent speaker! Very motivating, energized presentation. Creative & captivating--I will long remember your fun and touching talk. Great Job!! --Michele L, PA'); } // quote10
if (ranNum == 10){document.write('A good story teller. You are real. Real life stories help bring out things we don\'t always take the time to see. Great job. --Kim S, IL'); } // quote11
}