// JavaScript Document
  google.load('search', '1', {language : 'es'});
  google.setOnLoadCallback(function() {
    var customSearchOptions = {};
    var customSearchControl = new google.search.CustomSearchControl(
      '007629999559670171833:og9w0jnujl8', customSearchOptions);
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.enableSearchboxOnly("http://www.ihvalladolid.com/busqueda.html", "buscar");
    customSearchControl.draw('cse-search-form', options);
  }, true);





