google.load('search', '1', {language : 'ja'});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl('000250193317021590200:h4yqmuzugvw');
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
// can position the search form root
var options = new google.search.DrawOptions();
options.setSearchFormRoot(document.getElementById("cse"));
customSearchControl.draw(document.getElementById("searchResults"), options);
customSearchControl.setSearchStartingCallback(null, function(){$('#page_contents').hide();});
customSearchControl.setResultSetSize(google.search.Search.SMALL_RESULTSET);
customSearchControl.setLinkTarget(google.search.Search.LINK_TARGET_SELF);
}, true);

