custom posts query for only posts that have a features image (and ability to limit the number returned)
$args=array('post_type'=>'post', 'posts_per_page'=>$total_posts_to_show, 'meta_key' => '_thumbnail_id');