<?php 
$url = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );
?>
<img src="<?php echo $url; ?>" width="" height="" />