How do I add a Jquery onclick event that looks for any link like the below so it needs to be in a td and have a class of "rightImage"
<td class="rightImage"><a href="somelink.aspx"><img src="someimage.jpg"alt=""></a></td>
The click event needs to be:
_gaq.push(['_trackEvent', 'sidebanner', 'click', $(this).attr('href'),o,true]);