var quotes=new Array();
quotes[0] = "<b>'Have just found your amazing website and it has resparked my passion for thinking and learning.'</b><br /><em>JW - Secondary Head of Year (Birmingham LEA)</em>";
quotes[1] = "<b>'Now that I have rediscovered your resources I can see why I ordered it in the first place.  They are great!  I can&#39;t wait to start using them.'</b><br /><em>JR - Primary Teacher (Bradford LEA)</em>";
quotes[2] = "<b>'My class love the site... please keep up the great work.'</b><br /><em>MR - Year 6 Teacher (Portsmouth LEA)</em>";
quotes[3] = "<b>'Loving your website. My class (Year 5) and I really enjoy your 365 things (as a school we&#39;re embracing thinking skills and Habits of Mind this year).'</b><br /><em>BG - Year 5 Teacher (London)</em>";
quotes[4] = "<b>'My class enjoyed writing your story in ten words. In fact, we&#39;ve since developed this across the curriculum and yesterday I asked them to describe school exams/friends/Science concepts in a 6 word sentence.'</b><br /><em>BG - Year 5 Teacher (London)</em>"; 
quotes[5] = "<b>'The &#39;creative uses&#39; sections for each website in &#39;Sites for sore eyes&#39; are truly excellent Another excellent resource from Sparky Teaching - keep up the good work!'</b><br /><em>SG - Primary Teacher (Reading LEA)</em>";
quotes[6] = "<b>'Both myself and my Year 3 class are big fans of Sparky's big questions. Many thanks for your fab questions the children are missing them already!!'</b><br /><em>KM - Year 3 Teacher (Gloucester LEA)</em>";
quotes[7] = "<b>'Can I just say thanks for the great site.  The children love contributing to it.'</b><br /><em>AS - Primary Teacher (North Yorks. LEA)</em>";
quotes[8] = "<b>'A brilliant site!!!</b><br /><em>CF - Primary Teacher (Northern Ireland)</em>";
quotes[9] = "<b>'We enjoy our daily wake up call from your excellent site!'</b><br /><em>MH - Primary Teacher (Lancashire LEA)</em>";
quotes[10] ="<b>'I&#39;m writing my MA thesis this year on &#39;Talk for Learning&#39; and I&#39;m sure that the &#39;We Have A Problem&#39; resources will give the children some very valuable, rich Maths to talk about and for me to observe!'</b><br /><em>RPD - Primary Teacher</em>";
quotes[11] ="<b>'I&#39;m really excited by your very creative approach to teaching word problems, allowing the children to escape from the dry, boring questions where nothing changes except the numbers.'</b><br /><em>RPD - Primary Teacher</em>";


var q = quotes.length;
var whichquote=Math.round(Math.random()*(q-1));
function showquote(){document.write(quotes[whichquote]);}
showquote();
