//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<div class="greenboxtestimonial">"It certainly beats taking blood pressure medication. My blood pressure was at 140/90 and after using Zona PLUS for 76 weeks it reduced my level to 120/80. It is easy to do and my marginal blood pressure issues are now solved."</div><div class="greenboxtext">Alan Smith<br>Retired<br>Arizona</div>'

banner[1]='<div class="greenboxtestimonial">"I dropped my blood pressure from 150/90 to 120/65 using Zona PLUS"</div><div class="greenboxtext">Frederick Mabanta<br>Maryland</div>'

banner[2]='<div class="greenboxtestimonial">"I expect Zona PLUS to be the new standard of initial care for hypertensive patients"</div><div class="greenboxtext">Carlos Morillo, MD</div>'

banner[3]='<div class="greenboxtestimonial">"I participated in a study using Zona PLUS. When the study was finished I purchased one for myself and one for my daughter."</div><div class="greenboxtext">Robin Lee<br>Nurse<br>Ohio</div>'

banner[4]='<div class="greenboxtestimonial">"I prescribe Zona PLUS to reduce high blood pressure. It has worked on my patients."</div><div class="greenboxtext">Harry Geisberg, MD</div>'

banner[5]='<div class="greenboxtestimonial">"I can\'t let you use my last name, as I am a pilot for a major airline and I don\'t want them to know about using Zona PLUS to control my blood pressure. I\'ve used it for 5 years, and I still pass my medicals every year."</div><div class="greenboxtext">James<br>Pilot<br>California</div>'

banner[6]='<div class="greenboxtestimonial">"I had high blood pressure for 6 years and used medications. With Zona PLUS I have been able to eliminate the medications while controlling the blood pressure. I recommend Zona PLUS a lot."</div><div class="greenboxtext">Bill Rose<br>Engineer<br>Florida</div>'

banner[7]='<div class="greenboxtestimonial">"When I prescribe Zona PLUS to my patients I observe a successful modification of blood pressure."</div><div class="greenboxtext">Todd Kravetz, MD</div>'

banner[8]='<div class="greenboxtestimonial">"My wife is a Nurse and was skeptical about Zona PLUS. Now that my blood pressure is under control she has become a believer."</div><div class="greenboxtext">Ralph Baker<br>South Carolina</div>'

banner[9]='<div class="greenboxtestimonial">"A lot of my friends have high blood pressure. Last year I found out that I did too. I didn\'t want to take medications because of the side effects, so I looked for a natural way to treat the problem. I heard about Zona PLUS and was skeptical that something so simple could work. But, since there was a money back guarantee, I decided to take a chance that it would solve my high blood pressure. I found that in just four weeks my blood pressure lowered from 155/104 to 130/82. Zona PLUS has kept it low for over a year and a half now. It really works!"</div><div class="greenboxtext">Steve Wood<br>Businessman<br>Idaho</div>'

banner[10]='<div class="greenboxtestimonial">"After researching the scientific basis for Zona PLUS method, I tried it myself and it lowered my Blood Pressure. Now, I recommend Zona PLUS to my patients."</div><div class="greenboxtext">John G. O\'Handley, MD</div>'

banner[11]='<div class="greenboxtestimonial">"I LOVE this instrument and I recommend it to patients and friends often."</div><div class="greenboxtext">Alan Brast, Ph. D., CCHT</div>'

banner[12]='<div class="greenboxtestimonial">"I have had high blood pressure since I was a teenager and I am now 55. I have been on many different drugs, some with pretty miserable side effects. I have been fairly well controlled over the past fifteen years or so, although a couple years ago I dropped one of my drugs because it impacts my exercise tolerance. I am SO pleased with the results. When I started the program, my blood pressure was hovering around 150/100 on some days. After six weeks of using Zona Plus my BP came down into the 120s/80s range, a place I have never been consistently, even on drugs. Needless to say I am VERY appreciative!"</div><div class="greenboxtext">Laura Sutherland, RN</div>'


var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

