/* init function that is loaded with the body */

function init () {
  setupZoom();
  modifyGoogleSearchForm();
}

function modifyGoogleSearchForm () {
  document.getElementsByClassName("gsc-search-button")[1].value = "";
}
