google.load('search', '1', {language : 'en', 'nocss' : true}); google.setOnLoadCallback(function(){ var customSearchControl = new google.search.CustomSearchControl('015832704678249333285:zslcv9aimzu'); customSearchControl.setResultSetSize(google.search.Search.SMALL_RESULTSET); var options = new google.search.DrawOptions(); options.setSearchFormRoot('cse-search-form'); options.setSearchFormRoot('cse-search-form'); customSearchControl.draw('cse', options); customSearchControl.setSearchCompleteCallback(this, googleSearchCallback); }, true);