I just noticed, in a theme file, I can access custom functions I add to my functions file, however I can NOT access variables I set in my functions file.
I have a few variables I set inside my functions.php file for example...
$feedburnerUsername = 'username';
Now in my sidebar.php file If I try to access this variable, it is not available, how can I make it available?