$(document).ready(function() {

// form field selected
$("#AppointmentName").focus();

});
