<!-- Hide from old browsers
	
quotes = new Array
quotes[0] = "<b>Black tea decreases risk of strokes and heart attacks.</b> Researchers of a recent study in Boston have shown that flavonoids (a kind of antioxidant) found in black tea improve the function of blood vessel linings.<br><a href=\"http://www.teaandhealthnews.com/1001_flavonoids_in_black_tea.shtml\" target=\"new\">Read more.</a>"
quotes[1] = "<b>Black tea protects against lung cancer!</b> ...mice with lung cancer were treated with black tea, abnormal cell growth was reduced and death of abnormal cells increased.<br><a href=\"http://www.teaandhealthnews.com/0605_tea_and_lung_cancer.shtml\" target=\"new\">Read more.</a>"
quotes[2] = "<b>Lower your cholesterol with black tea!</b> ...those who drank five cups of [black] tea a day decreased their total cholesterol by 6.5% and decreased their LDL cholesterol by 11.1%.<br><a href=\"http://www.teaandhealthnews.com/1103_tea_and_cholesterol.shtml\" target=\"new\">Read more.</a>"
quotes[3] = "<b>Lose weight with black tea!</b> Researchers have found that Keemun black tea helps to reduce food intake, body weight, and blood triglycerides in obese rats.<br><a href=\"http://www.teaandhealthnews.com/0106_tea_and_weight_loss.shtml\" target=\"new\">Read more.</a>"
quotes[4] = "<b>Help prevent heart disease with black tea!</b> &quot;Our study found that drinking tea reduced the negative impact of a high-fat meal on blood vessel function.&quot;<br><a href=\"http://www.teaandhealthnews.com/0502_tea_and_heart_disease.shtml\" target=\"new\">Read more.</a>"
quotes[5] = "<b>Black tea reduces oral cancer risk!</b> ...patients entered into the study showed a significant clinical improvement in the disease (oral cancer).<br><a href=\"http://www.teaandhealthnews.com/0505_tea_and_chronic_fatigue_syndrome.shtml\" target=\"new\">Read more.</a>"
quotes[6] = "<b>Tea and Alzheimer's Disease.</b> The primary target of drugs for the treatment of Alzheimer's disease is the inhibition of the enzyme acetylcholinesterase. In this study, green and black tea inhibited acetylcholinesterase...<br><a href=\"http://www.teaandhealthnews.com/0505_tea_and_chronic_fatigue_syndrome.shtml\" target=\"new\">Read more.</a>"
quotes[7] = "<b>Cancer and heart disease prevention.</b> Green and black tea have the highest concentration of polyphenols at 965 mg/cup and 840 mg/cup, respectively. The next highest concentration is in red wine at 434 mg/cup.<br><a href=\"http://www.teaandhealthnews.com/1102_health_benefits_of_tea.shtml\" target=\"new\">Read more.</a>"
quotes[8] = "<b>Tea and breast cancer.</b> ...the more tea consumed (black or green) the less chance of developing breast cancer...<br><a href=\"http://www.teaandhealthnews.com/1203_tea_and_breast_cancer.shtml\" target=\"new\">Read more.</a>"

a      = Math.random() + "";
rand1  = a.substring(2,4);
decrem = rand1 / 7;
decrem = Math.floor(decrem);

while(rand1 > quotes.length - 1){
	rand1 -= decrem;
}
rand1 = rand1 < 0 ? 0 : rand1; rand1 = rand1 * 1;
var quoteblk = quotes[rand1];

// -- End Hiding Here -->