/* * 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; } } } } }
When I used to take fermented fish oil I bruised easily. Most of the time it was from working out by having weights on me but one time I had a girl grab my arm to pull me to her and the day after I had a big bruise, even though she didn't grab me that hard. I think it all depends on the types of animal products you eat and what the animals eat as this will affect their omega-3 content. I eat grass fed animals so I think my omega-3 content is high enough without the settlement.Almost all commercial available fish oils, be it fermented or not, are heat treated. As you might now omega three is extremely heat sensitive. You have probably consuming ransic oxidised omega 3. Not very healthy. Eating truly raw whole food omega 3 along with the other oils and bioactive available nutrients is something whole different the processed isolated fish oils.
The rise in heart-disease etc. is solely due to the Eskimoes changing their diets to modern ones including junk-foods. Omega-3 in vast excess does lead to reduced blood-clotting, but that would actually be a benefit protecting against heart-disease.Very true. If one reads the weston price book you'll read(and see on the pictures) that eskimo's on 100% original diet are disease free have amazing teeth and body's. they lived long healthy lives before we fucked that up.