      google.load('search', '1');

      function submitQuery() {
        window.location = 'http://www.venicefamilyclinic.org/index.php?view=vfc_search&q='
            + encodeURIComponent(
                document.getElementById('query_input').value);
        return false;
      }

      google.setOnLoadCallback(init);

