well, this is the code I removed and the sidebar just just disappeared:
<li class=”sidebox”>
<h2><?php _e(‘Pages’); ?></h2>
<?php wp_list_pages(‘title_li=’ ); ?>
<?php if(is_home()) { mistylook_ShowLinks(); ?>
<li class=”sidebox”>
<h2><?php _e(‘Meta’); ?></h2>
<?php }?>
<?php endif; ?>
(sorry for the long post, I’m a noob tryin` to understand PHP ??