On the following code:
<p align="center"><a href="javascript: return void(0);" onClick="javascript:
document.getElementById('loc0_title').innerHTML = 'title1';
document.getElementById('loc0').innerHTML = '<a href=test.jpg class=highslide ><br><img src=test.jpg width=250 height=188 alt=Highslide title=Click /></a>'
"
<b>Test</b></a></p>
Is there any chance on the second "<a href" to put an onClick event ( ex. onClick="return hs.expand(this, {wrapperClassName: 'borderless floating-caption', dimmingOpacity: 0.75, align: 'center'})" )?

