I started playing around with your code in a separate file, and it works fine. It even works fine when I require global.php above it.
So what's the problem?
Well, we forgot to account for the fact that that smilies stuff is in a
function. Functions have a local scope.
bira - just above your code, add:
Code:
global $HTTP_USER_AGENT;
That will give you access to the variable.