Help please, site is www.halloweenfunshop.com/index.php (I have a temp site in index.html) and I created my own sidebox named Coupon on the upper left.

I have the following code in the includes/templates/responsive_apparel_boutique/sideboxes/tpl_coupon_sidebox.php:

<?php
$content = '<div>
<a href="coupon.html"> <img src="images/storecoupon2.jpg" onmouseover="this.src='images/storecouponroll2.jpg'" onmouseout=" this.src='images/storecoupon2.jpg'"></a>
</div>'
?>

Why doesnt this work? If I remove the mouseover/outs it shows a single image with the link just fine. Im stumped on something really simple.

Thanks.