/* * 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; } } } } }
http://www.cinema.com/news/item/2533/mel-gibsons-raw-meat-diet-causes-concern.phtmlWhat the! I'm sick of these dumb doctors!
Can you believe what this "doctor" is saying???
"Dr Title also points out that tigers in the wild tend to live for 10 to 15 years and Mel is already 45"
-_-
Uma Thurman also does a raw meat diet(though I think that Demi Moore is(was?) a Raw Vegan. There's also carol Alt, the model, who follows a raw omnivorous diet, which seems a little processed. I've also heard from a relatively secure source that Val Kilmer is a follower of the Primal Diet(at least as of some months ago).