[jQuery] AJAX and dynamically created dropdowns

[jQuery] AJAX and dynamically created dropdowns


Hello everyone,
I have a script that basically just reads some data from an xml file,
then the data gets loaded into a <select> dropdown, by dynamically
creating <option> tags.
Here's the working sample:
http://yazmedia.com/sandbox/
View source for the code. XML: http://yazmedia.com/sandbox/data.html
It works fine in Firefox, but in IE 7 or 6 it doesn't. I tried using a
function "addOption()" that I found online, to see if at least I was
doing something wrong in my code, but still neither option works.
Anything that could shed a little light into this would be much
appreciated.
-yaz