google.load('search', '1', {language : 'en'});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl(
      '009690556141815036634:32qsmzgbq4c');

    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.enableSearchboxOnly("http://www.google.com/cse?cx=009690556141815036634:32qsmzgbq4c", null, true);
    customSearchControl.draw('cse-search-form', options);
  }, true);
