Hi, Stephanie!
I have some problems and offers for this plugin.
1) Please, add post date.
Decision:
On 95 string add this code:
post_date ) ?>
But it will be like this "2009-12-05 14:22:38″. You can change format.
2) If author doesn’t name his post, there is an empty string 
Decision:
96 string replace with this code:
<a href="blog_id ) ?>" title="post_title ) ?>">post_title ) != "") {echo apply_filters( ‘the_title’, $post->post_title );} else {echo "Unnamed post";} ?>
3) Please, add comments count
Decision: on 100 string add this code: <a href="blog_id ) ?>#comments">Comments: comment_count ) ?>)
4) Pagination is not good, if many posts.
http://img138.imageshack.us/im…..nation.png
5) If post has many or big pictures, plugin looks poor. I think, it will be good to show only one picture from post in plugin. And if it is big, change its size. Also it’s necessary to set default alignment for this picture.