how to use links in accordion?

how to use links in accordion?


I'm trying to create shown/hidden content that includes links. However
the links are turned into accordian event triggers. Is there a
workaround for this?
e.g. You've seen it coming a link within my content:
<code>
<a>There is one obvious advantage:</a>
<div>
    


        <a href="http://google.com">You've seen it coming!</a><br/>
        Buy now and get nothing for free!<br/>
        Well, at least no free beer. Perhaps a bear,<br/>
        if you can afford it.
    





</div>


<a>Now that you've got...</a>
<div>
    


        your bear, you have to admit it!<br/>
        No, we aren't selling bears.
    



</div>


<a>Rent one bear, ...</a>
<div>
    


        get two for three beer.
    


    


        And now, for something completely different.<br/>
        And now, for something completely different.<br/>
        And now, for something completely different.<br/>
        And now, for something completely different.<br/>
        And now, for something completely different.<br/>
        And now, for something completely different.<br/>
        And now, for something completely different.<br/>
        And now, for something completely different.<br/>
        Period.
    










</div>
</code>