  google.load('search', '1', {language : 'en'});
  google.setOnLoadCallback(function(){
    // var customSearchControl = new google.search.CustomSearchControl('000281323458366749378:kxwnanmzjaw');
    var customSearchControl = new google.search.CustomSearchControl('017402556818245781039:tbc0a039a_u');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.setSearchFormRoot(document.getElementById('searchcontrol'));
    customSearchControl.draw(document.getElementById('searchResults'), options);
  }, true);
