/*
 * google.js
 */
google.load('search', '1', {language : 'ja', style : google.loader.themes.SHINY});
google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl('009175602609365642256:a8emvol00qu');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.setAutoComplete(true);
    customSearchControl.draw('cse', options);
}, true);
