To have 2 or more links for CLICKING in a given accordion tab:
In the div of the li where you want more than one
link, surround each bit of text associated with
each link with its own <p> </p> tags, like this:
<div><p>some words<a href="http://firstlink.com/">Try
It</a>more words. </p><p>some words
<a href="http://secondlink.org">more words</a>possibly more words</p></div>