I want to customize my product page so that the title of the product is an image rather than text

for example:

If my product's title is "The Greatest Product" I want instead of <h1 id="productName" class="productGeneral">The Greatest Product</h1> I would like this code in its place that is like this:

<img src="images/the_greatest_product.gif" width="525" height="55" alt="The_Greatest_Product">

Is there any way to create such an image on the fly?