/* 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 = 18;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="From 28 points in my prelims to 11 points and 5 distinctions in my 'O' Levels! At the time of my preliminary examinations, I had just started my course at MindChamps. So when it came to my preparations for the 'O' Levels, I immediately applied the wonderful techniques that I had learned at MindChamps. It has helped me to achieve such great results!";
author="Mary Ann Lee, 17";
}

if (quotes==1) {
body="After I took up the course at MindChamps and learned all the techniques, writing, thinking, making notes and memorising became much easier. Learning became more fun!";
author="Allan Chua Kim Wee, 17";
}

if (quotes==2) {
body="The things that I have learned at MindChamps can be applied to everyday life as well as at school. I have become more confident and am able to think more creatively. These skills will benefit me in the long run.";
author="Foo Yong Lee, 19";
}

if (quotes==3) {
body="Should have classes over a longer period of time (so that we can have double the fun). The Trainers helped me in many ways and I could not have gone so far without them.";
author="Kiran Srinivasan - Sec 2, St Joseph's Institution";
}



if (quotes==4) {
body="My MindChamps Trainer is the greatest teacher I have ever had.";
author="S.A. Vaynii - Pri 4, Woodlands Primary";
}



if (quotes==5) {
body="I think this program will significantly impact on my future in a positive note and I can never express my gratitude enough.";
author="Sameer Chowdhury - Age 16";
}



if (quotes==6) {
body="Trainers are helpful and caring and MindChamps teaches us many useful study techniques.";
author="Sean Ang Jia Wei - Pri 5, South View Primary";
}



if (quotes==7) {
body="I'm looking forward to life!!! Now I have the opportunity to live the life I always dreamed about rather than dream about the life I always wanted to live.";
author="Kenedy Nguyen - Age 16";
}



if (quotes==8) {
body="The Trainer makes the lessons so interesting that I only want the class to end at 8 pm, 3 hrs more of fun and active learning.";
author="Ashwini Nithya - Pri 4, Jurong West Primary";
}



if (quotes==9) {
body="I'll recommend MindChamps to my friends as it really helps.";
author="Tanushree Chellam - Pri 6, Fairfield Methodist Primary";
}



if (quotes==10) {
body="This program has impacted my future in many ways. Not only has it enlightened my life, it has helped me reiterate and truly believe my visions and the fact that I can achieve my dreams, but I have to actively work to accomplish it.";
author="Armina Soemino - Age 15";
}



if (quotes==11) {
body="Thank you for the wonderful experience, it has certainly opened my eyes.";
author="Jeremy Christopher Cheang - JC 1, Catholic Junior College";
}



if (quotes==12) {
body="My MindChamps Trainer is an inspiration to me and has always tried to help me.";
author="Mark Kay Jun Han - JC 2, Anglo Chinese Junior College";
}

if (quotes==13) {
body="I used to be very negative about everything and I never did believe in myself. Now I think about everything positively and I believe I can do anything.";
author="Amanda Wachjo - Age 16";
}


if (quotes==14) {
body="My trainer has helped me a lot. He always clears people's doubts. He is an excellent teacher!";
author="Tasneem d/o Adul Samad - Sec 4, CHIJ St Theresa's Convent";
}


if (quotes==15) {
body="The powerful learning and memory techniques will ultimately give your child better choices to ensure a successful future. I've seen it & so I believe it!";
author="Simen Lourds, Principal, Montfort School , Singapore";
}


if (quotes==16) {
body="We would like to encourage all parents to consider sending their children to MindChamps because we have seen a marked difference in our daughter, not only in her studies and her memory skills, but in her general attitude and outlook in life.";
author="Mr Francis Lee, Businessman (father of Mary Ann Lee, MindChamps graduate)";
}

if (quotes==17) {
body="We were at our wits' end after Jason's preliminary exam results came out - in five short weeks, MindChamps' examination preparation techniques and strategies helped him find his self-confidence and he achieved grades at the O-Levels that far exceeded our expectations.";
author="Mr & Mrs Umberfield (parents of Jason Umberfield, MindChamps' graduate)";
}

document.write('<span class="quotes">');
document.write('"'+ body +'"');
document.write('</span">');
document.write('<br><br><span class="quotes2">' + author + '</span>');
