well you would need to create a second navbar template in
vb called navbar2 and put google at the bottom.
Then in our header-inc.php file you can call this new template
eval('$navbar = "' . fetch_template('navbar
2') . '";');
Or vice versa edit our menubar.tmpl but doing it the
vb way means you won't lose the template when you upgrade