$(document).ready(function() {
  $.get('/bke-searchbox.php', function(data) {
    $('#bke_searchbox_wrapper').html(data);
  });
});

