oops! sorry about that…
<div class="featuredDetails">
<?php $featured_img = get_post_meta($post->ID, 'featured_img', $single = true); ?>
<a href="<?php the_permalink(); ?>"><img src="<?php echo $featured_img ?>" border="0"; alt="<?php the_title()?>"/></a>
<?php the_excerpt()?>
</div>