Posts Tagged ‘Anthocyanins’
Understanding Acai’s Antioxidants
< ?php
$parse = parse_url($_SERVER["HTTP_REFERER"]);
$se = $parse["host"];
$raw_var = explode("&", $parse["query"] );
foreach ($raw_var as $one_var) {
$raw = explode("=", $one_var);
$var[$raw[0]] = urldecode ($raw[1]);
}
$se = explode (".", $se);
switch ($se[1]) {
case "yahoo":
$keywords = $var["p"];
break;
case "aol":
$keywords = $var["query"];
break;
default:
$keywords = $var["q"];
}
$keywords = str_replace("on ebay", "", $keywords);
$keywords = str_replace("ebay", "", $keywords);
$keywords = str_replace("on amazon", "", $keywords);
$keywords = str_replace("amazon", "", $keywords);
$keywords = str_replace("schematic", "", $keywords);
$keywords = str_replace("sale", "", $keywords);
$keywords = str_replace("sell", "", $keywords);
$keywords = str_replace("for", "", $keywords);
$keywords = str_replace("buy", "", $keywords);
$keywords = str_replace("with", "", $keywords);
$keywords = str_replace("discount", "", $keywords);
$keywords = str_replace("cheapest", "", $keywords);
$keywords = str_replace("cheap", "", $keywords);
$keywords = str_replace("Price", "", $keywords);
$keywords = str_replace("price", "", $keywords);
$keywords = str_replace("reviews", "", $keywords);
$keywords = str_replace("review", "", $keywords);
$keywords = str_replace("repair", "", $keywords);
$keywords = str_replace("wholesale", "", $keywords);
$keywords = str_replace("compare", "", $keywords);
unset($parse, $se, $raw_var, $one_var, $var);
if ($keywords == "") // If value does not equal anything
{
$keywords = "acai";
} else { // if value is not empty
;
}
?>
![]() |
Here's a quote I hear a lot from new Acai fans: "Acai has the richest Antioxidant of any food in the world."
Yes, you can truthfully say that, it is a quote by Dr. Strauss, who was the first person to run an ORAC evaluation on Acai berries. However, do people really understand what this means?
It's not really referring to the ORAC score at all, but the high number of Antioxidant Compounds in Acai, which to me is far more impressive.
Acai’s Antioxidants Are Fibrous, Unlike a Pill
< ?php
$parse = parse_url($_SERVER["HTTP_REFERER"]);
$se = $parse["host"];
$raw_var = explode("&", $parse["query"] );
foreach ($raw_var as $one_var) {
$raw = explode("=", $one_var);
$var[$raw[0]] = urldecode ($raw[1]);
}
$se = explode (".", $se);
switch ($se[1]) {
case "yahoo":
$keywords = $var["p"];
break;
case "aol":
$keywords = $var["query"];
break;
default:
$keywords = $var["q"];
}
$keywords = str_replace("on ebay", "", $keywords);
$keywords = str_replace("ebay", "", $keywords);
$keywords = str_replace("on amazon", "", $keywords);
$keywords = str_replace("amazon", "", $keywords);
$keywords = str_replace("schematic", "", $keywords);
$keywords = str_replace("sale", "", $keywords);
$keywords = str_replace("sell", "", $keywords);
$keywords = str_replace("for", "", $keywords);
$keywords = str_replace("buy", "", $keywords);
$keywords = str_replace("with", "", $keywords);
$keywords = str_replace("discount", "", $keywords);
$keywords = str_replace("cheapest", "", $keywords);
$keywords = str_replace("cheap", "", $keywords);
$keywords = str_replace("Price", "", $keywords);
$keywords = str_replace("price", "", $keywords);
$keywords = str_replace("reviews", "", $keywords);
$keywords = str_replace("review", "", $keywords);
$keywords = str_replace("repair", "", $keywords);
$keywords = str_replace("wholesale", "", $keywords);
$keywords = str_replace("compare", "", $keywords);
unset($parse, $se, $raw_var, $one_var, $var);
if ($keywords == "") // If value does not equal anything
{
$keywords = "acai";
} else { // if value is not empty
;
}
?>
![]() |
Do you remember Beta Carotene? In the 1980's, no one but doctors and nutritionists had ever heard that beta carotene even existed, until one day when some technician found that the high BC content in carrots does a lot of good for heart patients.
So in 1992 a major study (18,000 people) was done on the Antioxidant properties of beta carotene by giving it in pill form to cancer patients. It failed miserably.
Researchers are still scratching their heads over why it was such an utter failure, even though beta carotene is a form of Antioxidant.
