// JavaScript Document
google.load('search', '1', {language : 'es'});
  google.setOnLoadCallback(function(){
    var customSearchControl = new google.search.CustomSearchControl('014879981315672617549:fulklnhh5cg');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.setSearchFormRoot('cse-search-form');
    customSearchControl.draw('cse', options);
  }, true);
