I'm not sure if I have seen this right but using the jQuery UI Themeroller the current theme settings seem to be stored in the URL like http://www.site.com/page.html#theme-details...
Is there a way to extract the data from this using javascript? So I would return something like
theme-details...
From the URL I just mentioned
Or have I got it wrong?