  google.load('search', '1', {language : 'nl'});
      function init() {
        google.search.CustomSearchControl.attachAutoCompletion(
            '006146382722072746140:rc7_dtmydr0',
            document.getElementById('zoek'),
            'two-page-form');
      }

      function submitQuery() {
        window.location = '/000/000_zoeken.php?q='
            + encodeURIComponent(
                document.getElementById('zoek').value);
        return false;
      }

      google.setOnLoadCallback(init);

