Why is this making my Comment Box Disappear, and my Next Post and Previous Post Buttons Disappear?
<div id="inside_wrapper">
<table width="653px" border="0" cellspacing="0" cellpadding="0" background="<?php echo get_bloginfo('template_directory'); ?>/images/slidertemp.jpg">
<tr>
<td><div class="marquee" id="mycrawler"><div style="position:relative; bottom: 16px;">
<table width="1220px" height="75px;" border="0" cellspacing="5">
<tr>
<td width="220px" bgcolor="#FFFFFF" ><img src="<?php echo get_bloginfo('template_directory'); ?>/images/FaceBook_48x48.png" /><?php query_posts('cat=4&showposts=1&offset=1'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" class="bodytext"><?php the_title(); ?></a> <?php endwhile; ?> </td>
<td width="220px" bgcolor="#FFFFFF"><img src="<?php echo get_bloginfo('template_directory'); ?>/images/FaceBook_48x48.png" /><?php query_posts('cat=8&showposts=1&offset=2'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" class="bodytext"><?php the_title(); ?></a> <?php endwhile; ?></td>
<td width="220px" bgcolor="#FFFFFF"><img src="<?php echo get_bloginfo('template_directory'); ?>/images/FaceBook_48x48.png" /><?php query_posts('cat=7&showposts=1&offset=3'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" class="bodytext"><?php the_title(); ?></a> <?php endwhile; ?></td>
<td width="220px" bgcolor="#FFFFFF"><img src="<?php echo get_bloginfo('template_directory'); ?>/images/FaceBook_48x48.png" /><?php query_posts('cat=4&showposts=1&offset=4'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" class="bodytext"><?php the_title(); ?></a> <?php endwhile; ?></td>
<td width="220px" bgcolor="#FFFFFF"><img src="<?php echo get_bloginfo('template_directory'); ?>/images/FaceBook_48x48.png" /><?php query_posts('cat=4&showposts=1&offset=5'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" class="bodytext"><?php the_title(); ?></a> <?php endwhile; ?></td>
</tr>
</table>
</div></div></td>
</tr>
</table>