Parsing XML with jQuery, values getting added together

Hi There,

I am parsing some XML using jQuery. Things are working well, but when I get to the last level of my XML document, the values are getting added together in one variable. There are no errors, but at this point I don’t know if it is the JavaScript, or the XML that if formed wrong.

I have attached a zip file with all of the code for you to look at.

Thanks for any help …