Random

<?php $posts = get_posts(‘orderby=rand&numberposts=5’); foreach($posts as $post) { ?>
<a href=”<?php the_permalink(); ?>” title=”<?php the_title(); ?>”><?php the_title(); ?>Random</a>
<?php } ?>