Thanks for the tip this looks like the exact solution I was expecting. One thing I'm not clear on is this line: var data = 'your_complex_data_structure='+ serializeJSON (your_complex_data);
is serializeJSON my own custom function? I'm not seeing it in the Mochikit docs. i'm guessing this line should basically be the thing that loads all of my data into javascript dicts and lists, yes?

