Cookies within nested UI tabs

Cookies within nested UI tabs


Hello,
I have this example setup but I am unable to set the cookies so that
when a page is refreshed the tabs remain as they are.
http://x11.us/jquery/nested-cookies.html
here is the example without the cookies code, which works fine.
http://x11.us/jquery/nested.html
The only difference between the two pages is
diff nested.html nested-cookies.html
13c13
< $('#container-1').tabs();
---