/* * 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.
I checked the link now. It says the goats are now housed in Carmarthenshire. I don't know where that is or whether they do business as stated now.
................ and references to particular scottish breeds in the highlands(which are always grassfed). Now, maybe the animals are fed grains in the winter or whatever, but it's still an improvement.
What I meant was that I would consider a pasteurized walnut to be less "safe," chemically, than a pasteurized almond because walnuts are much higher in polyunsaturated fat, which becomes very unstable when heated or oxidized... It was an ID the lesser of 2 evils.
My personal opinion is that organic RAW nuts in small, varied amounts are just fine, and are a good source for some nutrients that don't appear abundantly in other foods.
It's very surprising to find how even the most benign foods have been altered (diminished) in our food supply. Who in their right mind would deliberately destroy all the vitamin E in the US almond production?! It's like bad science fiction.