database vb variables to use in jQuery

database vb variables to use in jQuery

Hi there,
Using jQuery, Ajax, I am getting variables on an ASP page as vb variables. How can I use these variables on my main page in jQuery?
 
Should I write it to a hidden div using "response.write" and get it back via using jQuery or is there a better way of doing this? Or should I write the variables as Json file and then get it? If I should write it as a Json file, how can I do it on an ASP page?
 
Thank you, Thank you, Thank you?