[jQuery] First jquery use - problem with collapsing treeview

[jQuery] First jquery use - problem with collapsing treeview


Hi,
for my first adventure in jquery, I am attempting to implement the
collapsing treeview found at http://be.twixt.us/jquery/treeViewCollapsed.php
in an existing site. I created a static test page at
http://www.quirky.co.nz/dsales/test.html
It is only working partially - the divs of class tvca are not being
inserted (dragonfly does not show them in the Dom as it does in the
sample page.
Dragonfly confirms that the jquery script is being loaded ok, but
there are no js errors in the console.
Can anyone see where I have gone wrong?