On the 'product list page' I need an extra icon to appear over a products image when the product has a "product url".

I thought it would be something like:
<?php
if ($products_url !== "") {
echo '<img src="images/dm.gif">';
};
?>

Any ideas?
Regards,
Carlos.