I GOT IT!!!! :)
Here is the final script that worked... I used part of your suggestion and filled in the 'blanks':
<script language="VBscript">
function fillMgrCombo()
Dim xmldoc, nodes, N, s, stateCode, anID, aName, aList, i
set xmldom = document.all("xmlDSO")
set...