// JavaScript Document
var quotes = new Array();
quotes[0] = 'Check out Liz&#146;s book <a href="http://innovativehealing.com/joomla/index.php?option=com_content&view=article&id=75&Itemid=107">Digestive Wellness</a>and discover the endless possibilities to improve your health.';
quotes[1] = 'Learn why eating locally can be beneficial for yourself, your community and your environment. Read <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=81&Itemid=130">Home Grown</a> from Liz&#146;s Pilates style article section.';
quotes[2] = 'Just because you eat all the right foods, doesn&#146;t mean you&#146;re absorbing them! Check out why and read<a href="http://www.innovativehealing.com/index.php?option=com_content&view=article&id=83&Itemid=137"> Gut Reaction</a> from Liz&#146;s Pilates style articles to learn more.';
quotes[3] = 'Check out the <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=103&Itemid=85">Presentations</a> section to see and hear some of Liz&#146;s conference lectures &#150; complete with PowerPoint slides.';
quotes[4] = 'We often interview leading health experts as part of our Access to Health Experts series. You can attend for free via the web or your phone. Visit the <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=95&Itemid=69">Events</a> section for details.';
quotes[5] = 'The <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=82&Itemid=65">Health Library</a> contains many useful and free health resources.';
quotes[6] = 'Enjoy a variety of <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=128&Itemid=78">articles</a> written by Liz about how to create and maintain your health.';
quotes[7] = 'Listen on line or download one of Liz&#146;s <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=101&Itemid=81">Radio Interviews</a>. There are lots of interesting topics.';
quotes[8] = 'Watch a short <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=105&Itemid=84">video</a> by Liz from our podcast series. They are fun and informative.';
quotes[9] = '<a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=88&Itemid=83">Video clips</a> from some of Liz&#146;s television appearances are here for your viewing pleasure.';
quotes[10] = 'Download some of our color <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=104&Itemid=86">mini posters</a>. Each one is filled with useful info.';
quotes[11] = 'Our <a href="http://www.innovativehealing.com/joomla/">Reference Links</a> section is a good guide to other useful internet resources. They are separated into sections for easier use.';
quotes[12] = 'Do you have a specific health interest? We may cover it in the <a href="http://www.">Specific Topics</a> sections. Come back often because we are always adding more.';
quotes[13] = '<a href="http://www.nutritionandmind.com">Autism</a> has reached epidemic levels. Discover what role diet and nutrition can play in this important area.';
quotes[14] = '<a href="http://www.innovativehealing.com/topics/cancer/Cancer_PowerPoint/Cancer_Camtasia.html">Cancer</a> affects one in three lives directly and almost all of us indirectly. Watch Liz&#146;s presentation and find out what role nutrition can play before, during, and after treatment.';
quotes[15] = 'Is <a href="http://innovativehealing.com/joomla/index.php?option=com_content&view=article&id=99&Itemid=67">Codex Alimentarius</a> is the new international guideline to facilitate trade, or is it an end run by large corporations to control our access food and supplements? Check out this section for some surprising information.';

quotes[16] = 'Get some great ideas and recipes for <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=68&Itemid=93">healthy cooking</a> from Chef Keith Snow.';
quotes[17] = '<a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=112&Itemid=94">Irritable bowel syndrome</a> (IBS), also known as Colitis and spastic colon, affects 10 to 20 percent of all American adults and is the most common gastrointestinal complaint. Find out what your healing options are.';
quotes[18] = 'STRESSED!!? Visit our <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=114&Itemid=95">Stress Management</a> section for some practical suggestions. Sign up for our self-paced course if you want to delve in more deeply.';
quotes[19] = 'We often ask ourselves, What has Liz been up to? To find out we visit the <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=109&Itemid=96">Lectures & Seminars</a> section.';
quotes[20] = 'Liz consults with clients all over the world by phone. For details visit the <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=107&Itemid=97">Personal Consultations</a> section.';
quotes[21] = 'Need help with nutrition curriculum and course design? Visit the <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=64&Itemid=98">Business Consulting</a> section for details.';
quotes[22] = 'Business to business work is part of what we do. Visit the <a href="http://www.innovativehealing.com/joomla/index.php?option=com_content&view=article&id=64&Itemid=98">Business Consulting</a> section for details.';
document.write(quotes[Math.round(Math.random()*(quotes.length-1))]);

