<h2><?php echo get_cat_name(1);?></h2> <!-- get_cat_name(1) in which 1 is cat id -->
<?php $oddentry = 'class="gray" '; ?>
<?php query_posts('cat=1&showposts=1'); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php echo $oddentry; ?>>
<div>
<div align="center"><img src="<?php viva('botNewspro','5'); ?> " alt="<?php the_title(); ?>" width="128px" height="122px" border="0" /></div>
<a href="<?php the_permalink() ?>" rel="bookmark"><h8 class="otherNews"><b><?php the_title(); ?></b></h8></a>
<div align="right"><div style="padding-top:5px;">Posted on <?php the_time('M j, Y'); ?></div></div>
</div>
</div>
<?php /* Changes every other post to a different class */ $oddentry = ( empty( $oddentry ) ) ? 'class="gray" ' : ''; ?>
<!-- End of Loop for middle column -->
<?php endwhile; else : ?>
<?php endif; ?>
<?php wp_reset_query(); ?>
<?php $oddentry = 'class="gray" '; ?>
<?php query_posts('cat=1&showposts=1'); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php echo $oddentry; ?>>
<div>
<div align="center"><img src="<?php viva('botNewspro','5'); ?> " alt="<?php the_title(); ?>" width="128px" height="122px" border="0" /></div>
<a href="<?php the_permalink() ?>" rel="bookmark"><h8 class="otherNews"><b><?php the_title(); ?></b></h8></a>
<div align="right"><div style="padding-top:5px;">Posted on <?php the_time('M j, Y'); ?></div></div>
</div>
</div>
<?php /* Changes every other post to a different class */ $oddentry = ( empty( $oddentry ) ) ? 'class="gray" ' : ''; ?>
<!-- End of Loop for middle column -->
<?php endwhile; else : ?>
<?php endif; ?>
<?php wp_reset_query(); ?>