[jQuery] quick AJAX question

[jQuery] quick AJAX question

Hi all,
I am using the AJAX functionality of jQuery, and would like to know how to
submit a number of parameters at once, with the list of parameters being in
a variable created earlier in the script.
Here is a sample of the actual call:
url = "/path/to/php/page/";
$("#divID").load(url,{
        id: oId,
        title: oTitle,
        unit: oUnit
    }, function(){
        //do page update etc
    })
Instead of declaring id, title, unit parameters, how can I generate a
variable that contains these?
I hope my question is clear enough.
Regards,
Matthew
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/