<script>
$('<option value=""></option>').val('operator').text('Operator').appendTo($("#usertype"));

</script>
