$("#badging_player").autocomplete("<%= find_camper_url %>", {
onItemSelect: function(item) {
$("#badging_player").focus();
}
});