NOTE: type the code, do NOT copy & paste
<div class="hentry">
<?php
if(has_post_thumbnail()) :?>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php $image = get_the_post_thumbnail($post->ID, 'browse'); ?><?php echo $image; ?><⁄a>
<small><?php the_category(', ') ?><⁄small>
<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?><⁄a><⁄h2>
<small><em>by<⁄em> <?php the_author_posts_link(); ?> | <?php the_time('M'); ?> <?php the_time('j'); ?><⁄small>
<p><?php the_content_rss('', FALSE, ' ', 30); ?><⁄p>
<?php else :?>
<small><?php the_category(', ') ?><⁄small>
<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?><⁄a><⁄h2>
<small><em>by<⁄em> <?php the_author_posts_link(); ?> | <?php the_time('M'); ?> <?php the_time('j'); ?><⁄small>
<p><?php the_content_rss('', FALSE, ' ', 50); ?><⁄p>
<?php endif;?>
<div class="read"><a title="Read more here" href="<?php the_permalink() ?>">Read on <⁄a><⁄div>
<⁄div>