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