getURL

I have to replicate the below hyperlink in flash:

<a href=“contact.asp” rel=“mycontainer”>Contact</a>

I can use getURL(“stock.asp”) but how do I pass the “rel” attribute? Its important as I’m using AJAX to uplaod pages within a div tag.