
// JavaScript Document



//START Testimonials
var textnumber = 9 ; 
var randomnumber = Math.random() ; 
var rand = Math.round( (textnumber-1) * randomnumber) + 1 ; 
text = new Array 

text[1] = '&quot;Terrific ideas - very usable. <br />Bought the book!&quot;';
text[2] = '&quot;The class responded very well to Mr. Baker\'s gentle, relaxed but entertaining manner. I highly recommend his art session to any elementary classroom.&quot;  <br /><br /> Mark DeBruyn, Grade Five Teacher</p>';
text[3] = '&quot;What you have to offer the children makes them feel so very EMPOWERED!!! \'I can do it! Look!\' is what I hear over and again!&quot; <br /><br /> Joelle Dressler, Grade Three Teacher</p>';
text[4] = '&quot;Very interesting. Great for elementary.&quot;';
text[5] = '&quot;Great ideas, I\'ll use this starting Monday!&quot;';
text[6] = '&quot;Practical and easy to do &quot;';
text[7] = '&quot;Wow! Fantastic lesson. I can\'t wait to do this with my class!&quot;';
text[8] = '&quot;I can use this in my class! Thank you!&quot;';
text[9] = '&quot;Loved it – so useful! The children will have a great time!&quot;';


var mytext = text[rand];
//END Testimonials





