Standard: The following form has five radio buttons created with my standard createNamedElement() function. It works (for me) on IE6 and Firefox 1.0.6 on Windows.

Paranoid: The following form has five radio buttons created with my createNamedElementParanoid() function. It works (for me) on IE6 and Firefox 1.0.6 on Windows. It should hopefully work even if the browser created an element with angle brackets in the name.

Doomed: The following form has five radio buttons created with the createNamedElementDoomed() function, which should work but doesn't on IE6. It works (for me) on Firefox 1.0.6 on Windows. It does not work on IE6 (the radio buttons are disabled because they have no name).