I think I found a small bug of some sort or maybe your aware of it already? I am getting a javascript error using IE7 while browsing certin products.
Error expected "j"
I have tracked it down to:
Code:
<!-- begin lightbox v1.1 aclarke 2006-09-06 -->
<script language="javascript" type="text/javascript"><!--
document.write('<a href="images/large/dvd/theres_something_about_mary_LRG.gif" rel="lightbox[gallery]" title="There's Something About Mary Linked"><img src="images/medium/dvd/theres_something_about_mary_MED.gif" alt="There\'s Something About Mary Linked" title=" There\'s Something About Mary Linked " width="150" height="120" /><br /><span class="imgLink">larger image</span></a>');
//--></script>
It seems like the ' in There's Something About Mary, causes an error. If I take the ' out of the title the error goes away.
Thanks in advanced