This isn't really all that obfuscated, but I wanted to try to put some of the things I have recently learned here at the Monastery to use. So, for what it's worth, here it is, my first attempt at JAPH obfu.

$_='10112401000713010514231300 2415132000221902082013';$n=96; for(/(\d{2})/g){$n+=int($_);$n -=26if$n>122;$v.=chr(32),next if$_==00;$v.=chr($n);}print join' ',map{ucfirst}split/ /, $v.pack('c',10);

D a d d i o