/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
Visit our website: www.rawpaleodiet.com
Join our Yahoo Group: RawPaleoDiet
RSS Feed Latest 50 Posts
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Alexander Ströhle, Maike Wolters and Andreas Hahn, with the Department of Food Science at the University of Hannover, rely on Bjerregaard et al. (2003)[6] to argue that hunters like the Inuit, who traditionally obtain most of their dietary energy from wild animals and therefore eat a low-carbohydrate diet, seem to have a high mortality from coronary heart disease.[7]
Stefansson is also a figure of considerable interest in dietary circles, especially those with an interest in very low-carbohydrate diets. Stefansson documented the fact that most Inuit lived on a diet of about 90% meat and fish, often going 6-9 months a year on nothing but meat and fish--essentially, a no-carbohydrate diet. He found that he and his fellow European-descent explorers were also perfectly healthy on such a diet. When medical authorities questioned him on this, he and a fellow explorer agreed to undertake a study under the auspices of the Journal of the American Medical Association to demonstrate that they could eat a 100% meat diet in a closely-observed laboratory setting for the first several weeks, with paid observers for the rest of an entire year. The results were published in the Journal of the AMA, and both men were perfectly healthy on such a diet, without vitamin supplementation or anything else in their diet except meat.[7] However, hunters like the Inuit, who traditionally obtain most of their dietary energy from wild animals and therefore eat a low-carbohydrate diet,[8] seem to have a high mortality from stroke.[9]