// JavaScript Document

var hostD = location.host;

google.load('search', '1', {language : 'ja'});
google.setOnLoadCallback(function() {
	var customSearchControl = new google.search.CustomSearchControl('014646463311579221321:mdttbslxwjs');
	customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
	var options = new google.search.DrawOptions();
	options.enableSearchboxOnly("http://" + hostD + "/search/index.html");
	customSearchControl.draw('cse-search-form', options);
	}, true);
