/* 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_quotes = 16;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="Meaghan from Belper, age 10 SAYS:";
body="&nbsp;<br>I love Potions Club. The older people are friendly and kind. The only thing that could’ve been better is that there was more and more.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==1) {
title="Mike SAYS:";
body="&nbsp;<br>This helps my children see the magic in the ordinary and the everyday things around them.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==2) {
title="Mrs B. Teacher from Ambergate Primary School SAYS:";
body="&nbsp;<br>A brilliant project, clearly enjoyed by everyone. The class has had a great amount of fun whilst learning a great deal about plants and their uses. The activities have been varied and no-one has ever had time to get bored. A big thank you to Diane – she has been fantastic.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==3) {
title="Liam, 13 from Ashbourne SAYS:";
body="&nbsp;<br>I’m the next Harry Potter!<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==4) {
title="Ryan, 13 from Ashbourne SAYS:";
body="&nbsp;<br>I love herbolobolobogy, It’s well fun<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==5) {
title="A.H. from Wirksworth SAYS:";
body="&nbsp;<br>My daughter comes home raving about Potions Club.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==6) {
title="Eleanor, age 11 SAYS:";
body="&nbsp;<br>I really enjoyed Potions Club. I made so many friends and I have learned a lot about plants and where they live and I have made a lot of stuff.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==7) {
title="Sue from Derbyshire SAYS:";
body="&nbsp;<br>We’re so impressed with the concoctions Sam brings home.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==8) {
title="Marcus at Atlow Moat camp 2008 SAYS:";
body="&nbsp;<br>Wow!! That salad looks good enough to swim in!<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==9) {
title="Sue at Wild Food Camp, Atlow Moat, 2008 SAYS:";
body="&nbsp;<br>The whole weekend was fantastic – the campsite is in such a very beautiful location, the information was pitched at just the right level and the finding and eating of the food was out of this world. I like the relaxed way it was run.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==10) {
title="Sarah at Garden Medicine Day SAYS:";
body="&nbsp;<br>Just one cup of elderflower tea and the stuffed up nose I’d had for weeks was unblocked. This was amazing.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==11) {
title="Secretary of the Chesterfield 50 Plus Forum SAYS:";
body="&nbsp;<br>The Forum members found your course very rewarding indeed.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==12) {
title="Sagara M. SAYS:";
body="&nbsp;<br>Diane is doing exciting things. Her recipe book is FULL of INSPIRATION. Not many recipes suitable for lunch, but you could save £££s if all you know how ever after is to use nettle tips for soup and brewing. Fall in love with herbs and nurture yourself from what grows naturally for the rest of your life.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==13) {
title="Nathan age 9 SAYS:";
body="&nbsp;<br>My best soup ever is, well actually this one - the one with all the wild green things in it.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==14) {
title="Georgia age 12 SAYS:";
body="&nbsp;<br>Just wanted to say a <b><font color=Red>BIG THANK YOU</font></b> for your great herb session.<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}

if (quotes==15) {
title="Meg from Devon SAYS:";
body="&nbsp;<br>Keep those pots bubbling - I'm sure there's a bit of magic in them somewhere!<br><br><div align=right>[<a href=http://www.potionsclub.com/your-say.htm class=menu>more YourSay's here</a>]</div>";
}


document.write('<div align=left>');
document.write('<strong>' + title + '</strong><br>');
document.write(''+ body +'');
document.write('</div>');
