  google.load('search', '1', {language : 'fr'});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl(
      '004857088353278311411:davgkyzq4oy');

    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.enableSearchboxOnly("http://www.echangeurbn.com/resultats.php");
    customSearchControl.draw('cse-search-form', options);
  }, true);
