1 2 3 4 5
<script> document.createElementNS('http://www.w3.org/1999/xhtml', 'select').options[0] = {}; </script>