/* * 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.
Never take drugs.
Doctor wants you to take drugs.
Never take drugs.
Do a couple of egg yolk liver flushes. (4 straight mornings) then do again after 1 week (smell if you smell sewage when you poop), repeat until all sewage poop smell is gone. Then your liver is clean.
Do your raw paleo diet high fat. Enjoy. Don't worry.
After 1 month you may want to check your cholesterol levels again.
very hard i think. This just popped in my head:
Fog has been known to dissolve dirt from clothes. You might try filling the house with steam (lots of open pots boiling) and periodically open all the windows to let the water vapour rich air escape hopefully with some of the toxins. long shot at best.
Irrelevant, actually, unless you are eating the livers of arctic animals.
Can you explain a bit more as in sources etc.?
This reply may seem out of place but I just finished an incredible book called "The Continuum Concept" byJean Liedloff written in the early 1960's.
She had gone to South America on a diamond hunting expedition and while there noticed the lack of psychiatric issues with the young and old in the village where she stayed. She observed the mothers continually holding the babies all day as they worked and then the babies slept with them. They had no such thing as cribs. Mothers didn't run after the children when they started crawling etc as the babies knew where danger was. Their children didn't go through the tantrum and other antisocial behaviour stages that are common with first world children because they were constantly watching how their mothers were interacting with others all day. Watching how she walked, talked, worked, etc so they could easily figure it out themselves when they had the muscles and coordination figured out.
She explains why the villagers had no psychological issues by pointing back to this period in their lives of mothering.
I highly recommend the book. It changed my mind totally.
What's the difference between taking Terramin or Pascalite clays, and taking bone meal? It's all inorganic minerals. I don't see why the bone meal is so verboten just because those minerals were steamed. It's not like eating cooked meat/fruit. Minerals are heated to very high temperatures within the Earth naturally.
Leaded gasoline hasn't been widely used in the USA since the late 1970s. Here's a quote from wikipedia:
" For the entire U.S. population...the mean blood lead level dropped from 16 ?g/dL in 1976 to only 3 ?g/dL in 1991."
I would assume that the lead in animal bodies followed a similar trend.