function clearSearch() {
    queryBox = document.getElementById('s');

    queryBox.value = '';

}

