Şu "son yazılar" "blogroll" vb.deki link öncesi yıldızı nasıl koyuyoruz?

Mesela sadece bunu koyunca olmadı:
Alıntı
<div class="submenu">
<ul>
<?php query_posts('showposts=5'); ?>
<?php while (have_posts()) : the_post(); ?>
<li><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>"><?php the_title(); ?></a> - <?php the_time('m-d-Y') ?></li>
<?php endwhile;?>