//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="greenboxtitle">Normal blood pressure could add years to your life</div><div class="greenboxdate">6 July, 2005</div><div class="greenboxtext">People in their 50s who have normal blood pressure couls live up to five years longer than those with hypertension (high blood pressure), an international study has found. ...<a href="medicalresearch.htm">MORE</a></div>'

banner[1]='<div class="greenboxtitle">Recent Study Finds That Water Consumption Helps With Hypertension</div><div class="greenboxtext">Hypertension is a state of adaptation of the body to a generalized drought, when there is not enough water to fill all the blood vessels that diffuse water into vital cells. ...<a href="medicalresearch.htm">MORE</a></div>'

banner[2]='<div class="greenboxtitle">High-Tech Isometrics Helps People on Hypertension Medication</div><div class="greenboxdate">MedicalNewsToday.com<br>7 October, 2004</div><div class="greenboxtext">They\'re Not Your Dads\' Muscle-Building Hand-Grips, But IHG Exercise Aids Systolic Blood Pressure, Carotid AD, Endothelial Function ...<a href="medicalresearch.htm">MORE</a></div>'

banner[3]='<div class="greenboxtitle">McMaster University researchers find that simple handgrip excercise lowers blood pressure</div><div class="greenboxdate">Hamilton, ON<br>13 October, 2004</div><div class="greenboxtext">In two studies at McMaster Universitys Department of Kinesiology, researchers demonstrated that doing isometric handgrip (IHG) contractions three times a week for eight weeks led to lower blood pressure in people who were already taking medication for high blood pressure (hypertension) ...<a href="medicalresearch.htm">MORE</a></div>'

banner[4]='<div class="greenboxtitle">Howden, Lightfoot, Brown and Swaine, Experimental Physiology</div><div class="greenboxdate">(2002) 87.4, 507-515</div><div class="greenboxtext">In...arm isometric exercise training conditions, there was a significant reduction in resting SBP [Systolic Blood Pressure] ...<a href="medicalresearch.htm">MORE</a></div>'

banner[5]='<div class="greenboxtitle">Ray and Carrasco, AJP-Heart</div><div class="greenboxdate">279:245-249, 2000</div><div class="greenboxtext">The results indicate that IHG training is an effective nonpharmacological intervention in lowering arterial pressure...<a href="medicalresearch.htm">MORE</a></div>'

banner[6]='<div class="greenboxtitle">Taylor, McCartney, Kamath, and Wiley, Medicine & Science in Sports & Exercise</div><div class="greenboxdate">35(2):251-256, Feb 2003</div><div class="greenboxtext">...Isometric training at a moderate intensity elicits a hypotensive response and a simultaneous increase in vagal modulation in older adults with hypertension...<a href="medicalresearch.htm">MORE</a></div>'

banner[7]='<div class="greenboxtitle">McGowen, Visocchi, Faulkner, Rakobowchuk, McCartney, and Macdonald, The American Physiological Society</div><div class="greenboxdate">The APS Intersociety Meeting, Oct 2004</div><div class="greenboxtext">IHG (Zona PLUS<span class="tm">TM</span>) training improves systolic BP and endothelial function in persons medicated for hypertension...<a href="medicalresearch.htm">MORE</a></div>'

banner[8]='<div class="greenboxtitle">Visocchi, McGowen, Faulkner, Verduyn, McCartney, and Macdonald, The American Physiological Society</div><div class="greenboxdate">The APS Intersociety Meeting, Oct 2004</div><div class="greenboxtext">The results of the study indicate that IHG (Zona PLUS<span class="tm">TM</span>) exercise improves resting systolic blood pressure and carotid AD...<a href="medicalresearch.htm">MORE</a></div>'

banner[9]='<div class="greenboxtitle">Internal Study: Confidential</div><div class="greenboxdate">Nationally known cardiology clinic</div><div class="greenboxtext">At the end of the study period, average systolic pressure was 126.7 +/- 1.8, for an average drop of 8.93 +/- 2.67 from baseline. Additionally, the drop in systolic pressure from follow-up visit 3 to follow-up visit 6 was significant. Sitting diastolic pressures declined similarly during the training period...and was significant. Diastolic pressure continued to drop throughout the foll-up periods...and was significant...<a href="medicalresearch.htm">MORE</a></div>'

banner[10]='<div class="greenboxtitle">D.W. Ferguson, Ph.D., Ronald Wiley, Ph.D.</div><div class="greenboxtext">Evidence clearly shows that the Zona PLUS protcol is useful in the treatment of high blood pressure as a preventative treatment, as a primary treatment, as a supplement in pharmacological treatment, as a substitute in pharmacological treatment and as a replacement to pharmacological treatment...<a href="medicalresearch.htm">MORE</a></div>'

banner[11]='<div class="greenboxtitle">Peters, Alessio, Hagerman, Ashton, Nagy, and Wiley</div><div class="greenboxdate">Pending Pulication</div><div class="greenboxtext">We conclude that the IET (Isometric Exercise Training) protocol programmed into the Zona PLUS<span class="tm">TM</span> handgrip dynamometer reduces blood pressure in hypertensive patients and one of the underlying mechanisms is a favorable change in antioxidant protection...<a href="medicalresearch.htm">MORE</a></div>'

banner[12]='<div class="greenboxtitle">D.W. Ferguson, Ph.D.</div><div class="greenboxtext">Patients who trained for a period of one year were able to achieve significant blood pressure reductions in the first few weeks of use, and then maintained this new fitness level by continuing to train 3 days per week...<a href="medicalresearch.htm">MORE</a></div>'

banner[13]='<div class="greenboxtitle">Harry I. Geisberg, M.D.</div><div class="greenboxdate">Independent Clinical Study</div><div class="greenboxtext">Zona PLUS<span class="tm">TM</span> was seen to be effective in reducing blood pressures over a 4 to 5 week period, and then maintain these lower levels with continued training for a period of up to one year...<a href="medicalresearch.htm">MORE</a></div>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

