xxxxxxx

<?php query_posts('showposts=10&cat=3'); if (have_posts()) : while (have_posts()) : the_post(); ?>
	<?php the_content(); ?>
<?php endwhile; else : endif; ?>