google.load('search', '1'); google.setOnLoadCallback(function(){ var customSearchControl = new google.search.CustomSearchControl('009620878593521491193:fbxwuxrm_vs'); customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); var options = new google.search.DrawOptions(); options.setSearchFormRoot('cse-search-form'); customSearchControl.draw('cse', options); customSearchControl.setNoResultsString('No search results for this query, more blog results below.'); customSearchControl.setResultSetSize(GSearch.FILTERED_CSE_RESULTSET); customSearchControl.setLinkTarget (google.search.Search.LINK_TARGET_SELF); customSearchControl.execute(''); }, true);