Personals / Let's talk...
« on: October 16, 2010, 05:14:42 pm »
See you soon
/* * 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.
See you soon
You can get back to eating carbs by eating raw bitter melon fruit every day, eat it plain, or blender it. Or you can get it in tea bags, bring it with you for meetings.
The nutrition in the bitter melon will give your body the minerals it needs to be able to utilize carbs / become insulin sensitive once again.
Or you can do green juicing Aajonus style if you can't find bitter melon.
Try it and it will work.
but I don't go into Wai till I get enough information and proofs. You may have right, I don't deny. But look - for a 1,5 year I've been healing myself with low carb, so it's not only metabolism issue. Now it's psychological problem. For couple reasons this curation can't be succesfull without my mind acceptation, it's obvious. I should take care of my psyche, I think.
Have you tried Wai Diet?
Also, "bad carbs" still sticks in my mind.
.