If there are no Class or DIV designations for the items within this unordered list, how would you go about using the %this.innerHTML% notation to pull which link was clicked in an Event-Based rule?
< div class="relatedCategories rowBottomSpace" >
< strong class="header black short">Related Categories</strong>
<ul>
<li>
<a href="/link1" rel="link 1">LINK 1</a>
<span>|</span>
</li>
<li>
<a href="/link2" rel="link 2">LINK 2</a>
<span>|</span>
</li>
<li><a href="/link3" rel="link 3">LINK 3</a>
</li>
</div>