var textnumber = 21 ; 
var randomnumber = Math.random() ; 
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ; 
text = new Array 
text[1] = '"One of my high school teachers described the Popcorn workshop as the best he had ever attended. -Donna White, El Dorado City School System"'
text[2] = '"C3 has radically changed how I teach."'
text[3] = '"I am so excited that I have so many new activities and ideas of ways to engage the children in the learning process."'
text[4] = '"This has been a blast. It has helped me to get fired up to go to my room and start getting ready for school to start."'
text[5] = '"What was most beneficial for me is that the activities were well planned and organized. They were applicable to both Math and Science."'
text[6] = '"This has been the most practical and applicable of all the workshops I have attended since becoming a teacher two years ago. Thank you all for a great learning experience."'
text[7] = '"The success rate for my students has consistently gone up."'
text[8] = '"We would certainly recommend CATALyST to  others (as long as you save room for us!)."'
text[9] = '"I enjoyed all of the activity challenges and I feel like I will be able to use many of them in my classes.  I loved the Bo and Luke problem and can’t wait to challenge my kids with it."'
text[10] = '"My kids learn more than they ever thought they would and they have consistently done well on the LEAP and IOWA tests."'
text[11] = '"I am SO glad to have been a part of this program. My class is now fun, academically advanced, and I have the confidence to be active and creative!"'
text[12] = '"I loved the inquiry lab....My kids will be so excited to be doing these lessons. I cannot wait to do more inquiry with my kids and use the activities as a LEAP review..."'
text[13] = '"This has been the most practical and applicable of all the workshops I have attended since becoming a teacher two years ago. Thank you all for a great learning experience."'
text[14] = '"Because of the assistance of the La Gear up (CATALyST) staff, I have an abundance of ideas and information."'
text[15] = '"I have really learned a lot of vital information here at Catalyst."'
text[16] = '"I am leaving here with a lot more confidence in activities as an effective tool for teaching Math! I wish so much that I had had this workshop when I first began teaching. Thanks for the experience!"'
text[17] = '"I absolutely  enjoyed myself this week. I can not remember being in a workshop in which I learned so much information and enacted this much."'
text[18] = '"...for the first time I will be looking forward to teaching the principles of light to my students."'
text[19] = '"As I leave this workshop I am taking a great wealth of knowledge with me."'
text[20] = '"I enjoyed all of the activity challenges and I feel like I will be able to use many of them in my classes."'
text[21] = '"I have really appreciated the activities you have introduced so that we are able to motivate the students and involve them in learning experience."'



var mytext = text[rand1]
document.write(mytext) 




