document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.   for (var i = 549; i >= 1; i--) {
  2.     node =
  3. xfa.resolveNode("xfa[0].form[0].form1[0].#pageSet[0].page1[0].#subform[0].field"
  4. + i.toString() + "[0].#ui[0]");
  5.     nodes.push(node);
  6.  
  7.     choiceList =
  8. xfa.resolveNode("xfa[0].form[0].form1[0].#pageSet[0].page1[0].#subform[0].field"
  9. + i.toString() + "[0].#ui[0].#choiceList[0]");
  10.     choiceLists.push(choiceList);
  11.   }
');