Ajax Accordion inside Ajax Tab

Ajax Accordion inside Ajax Tab

I have the ajax tabs that load an external file which has accordion ajax in it. How can I get it to load the content? It is just blank.

If I remove this code:
$subcontents.filter(':visible').each(function(index){ //get indices of expanded headers

I can see the content, it just breaks the accordion.