/* * 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; } } } } }
A bout 30 per cent of people of Asian descent are unable to metabolise alcohol into harmless constituents
So 70% are able to handle it okay? That surprises me. I have seen about every full Asian turn bright blotchy red when drinking.
I wonder if there is a way to tell who can and who can't metabolize the alcohol.
So 70% are able to handle it okay? That surprises me. I have seen about every full Asian turn bright blotchy red when drinking.Yes, I would have thought it was 70% of Asians who couldn't handle alcohol. Maybe they were thinking of those Asians who had the severest reactions as regards the 30% figure, with another significant percentage being less affected by alcohol but still worse than Europeans -plus, Northern Chinese do have some Caucasian DNA which might confuse the issue further.
I wonder if there is a way to tell who can and who can't metabolize the alcohol.
Yes, I would have thought it was 70% of Asians who couldn't handle alcohol. Maybe they were thinking of those Asians who had the severest reactions as regards the 30% figure, with another significant percentage being less affected by alcohol but still worse than Europeans -plus, Northern Chinese do have some Caucasian DNA which might confuse the issue further.That might be true. Plus many Asians have different genes depending on their location.
The Ainu have often been considered to descend from the J?mon-jin people, who lived in Japan from the J?mon period.[31] One of their Yukar Upopo, or legends, tells that "They lived in this place a hundred thousand years before the Children of the Sun came."[32]
Recent research suggests that the historical Ainu culture originated in a merger of the Okhotsk culture with the Satsumon, one of the ancient archaeological cultures that are considered to have derived from the J?mon period cultures of the Japanese Archipelago.[33] Their economy was based on farming, as well as hunting, fishing and gathering.[34]
Full-blooded Ainu are lighter skinned than their Japanese neighbors and have more body hair.[35] Many early investigators proposed a Caucasian ancestry,[36] although recent DNA tests have not shown any genetic similarity with modern Europeans. However, Margaret Sleeboom-Faulkner of the Department of Anthropology at the University of Sussex said Kanz? Umehara considered the Ainu and some Ryukyuans to have "preserved their proto-Mongoloid traits"[37] According to anthropologist Elsie Clews Parsons physical features of the Proto-Mongoloid were characterized as, "a straight-haired type, medium in complexion, jaw protrusion, nose-breadth, and inclining probably to round-headedness".[38] According to Cavalli-Sforza, Ainu are in the same genetic cluster as the "Northeast and East Asian".....................[39]
http://en.wikipedia.org/wiki/Ainu_people#Origins (http://en.wikipedia.org/wiki/Ainu_people#Origins)
Light-coloured eyes must indicate at least a minor European origin, no matter how small a part. There are even some Sri Lankans with blue eyes.