/*
Rotating image or text(You can use for changing banners)
Author: Narayan Chand Thakur
Source: http://ncthakur.itgo.com/
This may be used freely as long as this message is intact.
*/


//you may add your image file or text below
var item=new Array()
item[0]="<p>&quot;Woody helped teach me integrative medicine, but I  still took copious notes on his sensational 21-day program. Follow his 6 simple  steps for healing your energy and you could feel more alive than ever  before.&quot;</p><p class=credit> &ndash; Mehmet C. Oz, M.D., coauthor of <em>You: Staying Young</em> and <em>You:  On a Diet</em></p>"

item[1]="<p> &quot;Woody Merrell, M.D., is the doctor of the future. And <em>The Source</em> is packed with exciting, health-enhancing  secrets that you begin using immediately. Great stuff!</p><p class=credit> &ndash; Christiane  Northrup, M.D., author of <em>The Wisdom of  Menopause</em> and <em>Women's Bodies, Women's  Wisdom</em></p>"

item[2]="<p> &quot;<em>The Source</em> is a must-read for anyone that wants to take their health and well-being to the  next level. Dr. Merrell demonstrates that creating a balanced lifestyle isn't  just about your health&ndash;it's about creating the foundation of a truly fulfilled  and vital life.&rdquo;</p><p class=credit> &ndash; Anthony Robbins, author of <em>Awaken the Giant Within</em> and <em>Unlimited  Power</em></p>"

item[3]="<p> &quot;In today's world, there are countless doctors that are  specialists, but Woody really treats the patient first; not only the  disease.&quot;</p><p class=credit> &ndash; Donna Karan</p>"

item[4]="<p> &quot;If you want to become healthier and also to transform  your life, this book is for you. Dr. Woodson Merrell, one of America's leading  pioneers in integrative medicine, is an utterly trustworthy guide.&quot;</p><p class=credit> &ndash;  Larry Dossey, M.D., author of <em>Healing  Words</em> and <em>Reinventing Medicine</em></p>"

item[5]="<p> &quot;Dr. Merrell's book reminds me why it's important to  take care of our whole selves. The 21-Day Program is such a simple and  empowering way to reconnect with your own source.&quot;</p><p class=credit> &ndash; Cindy Crawford</p>"

item[6]="<p> &quot;My old friend, Dr. Woodson Merrell, has written this  fine book sharing the important and skillful strategies he's learned and  developed in his 15 years at the forefront of integrative medicine. Give this  book a try.&quot;</p><p class=credit> &ndash; Richard Gere </p>"

item[7]="<p> &quot;Dr. Merrell draws on cutting-edge research to give us a comprehensive, sane, and fruitful path beyond health to vitality. Anyone can benefit from reading this book.&quot;</p><p class=credit> &ndash; Daniel Goleman, author of <em>Emotional Intelligence</em></p>"

var current=0

var ns6=document.getElementById&&!document.all
function changeItem(){
if(document.layers){
document.layer1.document.write(item[current])
document.layer1.document.close()
}
if(ns6)document.getElementById("div1").innerHTML=item[current]
{
if(document.all){
div1.innerHTML=item[current]
}
}
if (current==7) current=0
else current++
setTimeout("changeItem()",9000)
}
window.onload=changeItem




