﻿
google.load('search', '1', {language : 'ja'});
google.setOnLoadCallback(function() {
	var customSearchControl = new google.search.CustomSearchControl('013080634682440408817:y7-1er_ggck');
	customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
	var options = new google.search.DrawOptions();
	options.enableSearchboxOnly("http://www.tokyo-shiki.co.jp/search/");
	customSearchControl.draw('cse-search-form', options);
}, true);

