Display image in compare product

<a class=”product-image” href=”<?php echo $_item->getProductUrl() ?>”>

<img src=”<?php echo $this->helper(‘catalog/image’)->init(Mage::getModel(‘catalog/product’)->load($_item->getId()), ‘small_image’)->resize(100, 100) ?>” title=”<?php echo $this->htmlEscape($_item->getName()) ?>” alt=”<?php echo $this->htmlEscape($_item->getName()) ?>” height=”100″ width=”100″ /></a>