WP-Choose-Thumb Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
A simple way to choose a default thumbnail for your post.
Works alongside the featured image core functionality.
For theme usage:
Add this function where you want the thumbnail to appear
<?php if(function_exists('wct_thumb')){ wct_thumb(); } ?>