function r($r,$t=null)
{
$f=explode('.',$r);
return strtolower($f[count($f)-1-$t]);
}
function r($r,$t=null)
{
$f=explode('.',$r);
return strtolower($f[count($f)-1-$t]);
}