This is the html for the clickable quote image,

, in the post above:
HTML Code:
<img class="inlineimg" src="images/cstyle/blue/buttons/viewpost.gif" border="0" alt="View Post" />
This is the html for the image on your site:
HTML Code:
<img style="max-width: 550px; cursor: pointer;" onclick="window.open(this.src)" class="inlineimg" src="images/redbar/buttons/viewpost.gif" border="0" alt="View Post"/>
You've got some strange javascript added to your image tag which is probably causing this problem. Since it isn't shown in your template code above, I am guessing you've got a modification adding stuff to your image tags.