One way to do it would be to use a shell script. Change your NickelMenu entry to:
Code:
menu_item :main :Whose is this? :cmd_output :500 :/mnt/onboard/.adds/owner.sh
The contents of owner.sh would be:
Code:
echo FirstName LastName
echo Mobile: 800-555-1234
echo E-mail: me@address.com