I\'m running on version 1.3.2.1, but on my client\'s server they had Magento 1.3.0 so my previous code to display images for my local copy,
echo $this->he
echo $_product->getImageUrl();
This method of the Product class should do the trick for you.