<script language="javascript">
var f = getFormWarpRequest();
var list = f._oLstChoicesplaceyourpromptnamehere;
list.remove(0);
document.formWarpRequest._oLstChoicesplaceyourpromptnamehere[0].text = ' ';
list.removeAttribute("hasLabel");
</script>
==...
var f = getFormWarpRequest();
var list = f._oLstChoicesplaceyourpromptnamehere;
list.remove(0);
document.formWarpRequest._oLstChoicesplaceyourpromptnamehere[0].text = ' ';
list.removeAttribute("hasLabel");
</script>
==...