Admin cp/style and template/style manager/edit templates/navigation-breadcrumb templates/Navbar
(Always copy and paste the template into notebook and save before you make any alteration)
Find in the template
Code:
<td class="vbmenu_control">
<a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a>
</td>
below it add
Code:
<td class="vbmenu_control">
<a href="the url to the place you want">myspace</a>
</td>
Karen