
var quotes = new Array(
	'I liked the Basic Practical Nutrition Study Course because it wasn’t to simplistic so as to be boring but it was challenging enough to make me think. I liked that it was offered in several sessions also. Not all the answers were obvious so I had to stay alert and do some individualized thinking. I am new to the Health and Wellness Industry and this course helped me to think outside the box rather than to accept what we hear through media sources without questioning. This course serves as an introduction and I plan to take the other courses also, so that I can get each “letter” of certification. I recommend everyone, who is serious about the products and about building a business take these courses. It gives insight into the industry and valuable Shaklee product training. <br><br />-- Coni Dutka <br> TheGlobalSuccessTeam <br> Basic Practical Nutrition Course',
	"\"Dr. Brouse's Basic Practical Nutrition Course is something everyone should complete.    From the "+
            "basic Nutrition Pyramid to discussions about what vitamins do for our bodies, the topics covered will build a "+
            "platform of knowledge, confidence, and success when building a business in the Health and Wellness Industry.    "+
            "Thank you for making this available and affordable.\""+
            "<br>-- Christine Kelly"+
            "<br>    TheGlobalSuccessTeam"+
            "<br>    Basic Practical Nutrition Course",
	"\"I appreciated that this course was made available to us online.    It met my expectations.    I "+
            "feel that this course was beneficial in giving me general overall knowledge of Basic Practical Nutrition Course and gave "+
            "me confidence.    I will use what I have learned in presentations to the elderly and young mothers.\""+
            "<br>-- Sharon Brock"+
            "<br>    TheGlobalSuccessTeam"+
            "<br>    Basic Practical Nutrition Course",
	"\"I am definitely glad that I registered for this course on Basic Practical Nutrition.    It gave me "+
            "a lot to ponder on how I was taking care of my family and what I needed to improve.    I was encouraged "+
            "to see some things I was doing right and gave me confidence to share this information with others.    It’s "+
            "very exciting when you have new customers and you can address their questions and concerns with certainty!    "+
            "Thanks so much for letting TheGlobalSuccessTeam be a part of your course!"+
            "<br>-- Karrie Wheeler"+
            "<br>    TheGlobalSuccessTeam"+
            "<br>    Basic Practical Nutrition Course",
    "\"Thank you for the great course.    It will be extremely helpful with my Shaklee business in advising "+
            "people about living a healthier lifestyle and the importance of supplementation to achieve that goal.    "+
            "I appreciate finding out about other certifications.\""+
            "<br>-- Charlene Westgate"+
            "<br>    TheGlobalSuccessTeam"+
            "<br>    Basic Practical Nutrition Course",
    "\"I recommend anyone in the health and wellness industry take (at least) this basic nutrition course to understand "+
            "why nutritional supplements are so important.    I believe we all need to share this knowledge with the "+
            "general public in order to teach about prevention of unnecessary illness.    We are a nation of sick people, "+
            "but I believe it’s more out of ignorance than anything else.    Thank you for helping me understand.\""+
            "<br>-- Virginia Wright (& Jackie)"+
            "<br>    TheGlobalSuccessTeam"+
            "<br>    Basic Practical Nutrition Course",
    "\"This class was a very good introduction for me into practical nutrition.    It has established a strong "+
            "baseline of knowledge for me to continue to work from.    It has strengthened my commitment to the need for "+
            "supplementation to maintain a healthy lifestyle.    I know what we are doing and what we need to do.\""+
            "<br>-- Claudia Greenleaf"+
            "<br>    TheGlobalSuccessTeam"+
            "<br>    Basic Practical Nutrition Course",
    "\"I really enjoyed taking this course.    Their was nothing I didn’t like about it.    It opened "+
            "my eyes to a lot of things I never quite understood.    I would encourage anyone who is concerned about their "+
            "overall health and the health of their loved ones to take this course.    It is a worthwhile investment.\""+
            "<br>-- Thomas R. Brown"+
            "<br>    TheGlobalSuccessTeam"+
            "<br>    Basic Practical Nutrition Course",
    "\"What I learned through this course will assist me in dealing more proactively with health conditions.    I "+
            "already have begun to make changes that will improve some of my health conditions.    Thank you so very much!"+
            "    I appreciate you!\""+
            "<br>-- John C. Gleffe"+
            "<br>    TheGlobalSuccessTeam"+
            "<br>    Basic Practical Nutrition Course",
    "\"I think day by day people look for ways to learn more about health & wellness to improve their health.    "+
            "I think, if at all possible, more and more people should take a course like this.    It will help people "+
            "understand more about themselves.    With my past health problems, this course has opened my eyes to more ways "+
            "I can improve my own health.    Life is God’s gift to us.    The way we live it is up to us.    "+
            "We can make it a good one.\""+
            "<br>-- Pat & Johnnie Guthrie"+
            "<br>    TheGlobalSuccessTeam"+
            "<br>    Basic Practical Nutrition Course",
    "\"My purpose with Shaklee is to inform and educate the people I know, and come to know, on the choices they have!    "+
            "The choices they make everyday.    The best way I can do this is to continue to educate myself.    This "+
            "course & its certification sets me apart from the rest of the crowd.    I feel I have that creditability edge.    "+
            "Thanks for making this so affordable and accessible.    The information is timeless.\""+
            "<br>-- Linda Crane"+
            "<br>    TheGlobalSuccessTeam"+
            "<br>    Basic Practical Nutrition Course"
	);

var images = new Array(
	"<img src='http://healthedcorp.com/img/people/Dutka_Coni.gif' width='180' height='260'>",
	"<img src='http://healthedcorp.com/img/people/Kelly_Chris.gif' width='180' height='260'>",
	"0",
	"<img src='http://healthedcorp.com/img/people/Wheeler_%20Karrie.gif' width='180' height='260'>",
    "<img src='http://healthedcorp.com/img/people/Westgate_Charlene.gif' width='180' height='260'>",
    "<img src='http://healthedcorp.com/img/people/Wright_Virginia.gif' width='180' height='260'>",
    "<img src='http://healthedcorp.com/img/people/Greenleaf_Claudia.gif' width='180' height='260'>",
    "0",
    "<img src='http://healthedcorp.com/img/people/Gleffe_John.gif' width='180' height='260'>",
    "<img src='http://healthedcorp.com/img/people/Guthrie_Pat_Johnnie.jpg' width='180' height='245'>",
    "<img src='http://healthedcorp.com/img/people/Crane_Linda.gif' width='180' height='260'>"
	);

function rotateBPN()
{
	quote = quotes.shift();
	quotes.push( quote );
	
	image = images.shift();
	images.push( image );
	
	document.getElementById( 'quotetext' ).innerHTML = quote;
	document.getElementById( 'quoteimage' ).innerHTML = image;

	x = setTimeout( "rotateBPN()",15000 ); // 1000 equals one second
}
