
I have stated twice what you need to do to get your navbar links right. Yes help with code modifications or hacks is not a function of product support although we do try and give suggestions in some cases which I have done.
You are using a custom navbar in VB3 and not the normal one try this below as an example of what you need to do as you have relative links instead of full url's
<!-- BEGIN TEMPLATE: navbar -->
<div id="membox">
<div class="bot"><div class="top">
<div id="memberAreaBox">
<img src="http://www.snowcraze.com//img_default/memarea.gif" alt="Member Area:" width="101" height="22" />
<ul id="memberLogon">
<li id="myprofile" title="Profile"><a href="http://www.snowcraze.com/member.php?u=1"></a></li>
<li id="conpanel" title="Control Panel"><a href="http://www.snowcraze.com/usercp.php?"></a></li>
<li id="myalbums" title="My Albums"><a href="http://www.snowcraze.com/gallery/showgallery.php?cat=500&ppuser=1"></a></li>
<li id="favpixes" title="Favorite Pictures"><a href="http://www.snowcraze.com/gallery/showgallery.php?cat=fav"></a></li>
<li id="myblog" title="My Blog"><a href="http://www.snowcraze.com/blog.php"></a></li>
<li id="mypost" title="My Post"><a href="http://www.snowcraze.com/search.php?do=finduser&u=1"></a></li>