I have that a shot by adding a plugin with the following code (the call to logo is the first thing in the header)...
Code:
ob_start();
echo str_replace('<!-- logo -->', '$gamestabar_include <!-- logo -->', '<!-- logo -->');
ob_end_clean();
However it doesn't appear to be showing up. I'm sure there is another way to do this as well as many of the other plugins I use insert new hooks in all themes (like vbshout), but I can't follow their code structure.