
  google.load('search', '1', {language : 'ja'});
  google.setOnLoadCallback(function() {
    var customSearchOptions = {};
    var customSearchControl = new google.search.CustomSearchControl(
      '005636657128345238428:fc8x-n_2lys', customSearchOptions);
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.setAutoComplete(true);
    options.enableSearchboxOnly("http://www.broadcreation.com/google.html");
    customSearchControl.draw('cse-search-form', options);
  }, true);

