The website currently has two search bars: Japanese and English. This is because if you type in kanji into the English search bar, you get nothing. If someone could figure out how to merge the code so you can type English or Japanese, please let me know.
ENGLISH CODE:
<form action="http://jhsenglipediaproject.com/GoogleSearchResults.aspx" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-3392177217614021:x7ig8j-n11y" />
<input type="hidden" name="cof" value="FORID:9" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" name="q" size="31" />
<input type="submit" name="sa" value="Search Englipedia" />
</div>
</form>
<script type="text/javascript" src="http://www.google.co.jp/coop/cse/brand?form=cse-search-box&lang=en" defer="defer"></script>
JAPANESE CODE:
<form action="http://www.google.com/cse" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="013785672546498350506:ntgbp75gl18" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="31" />
<input type="submit" name="sa" value="検索" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=ja" defer="defer"></script>

