function googlesearch() {
	var s="";
	s+='<table cellspacing="0" cellpadding="0">';
	s+='<form method=get action="http://www.google.co.kr/custom" target="google_window">';
	s+='<tr><td>';
	s+='<input type=text name=q size=30 maxlength=255>';
	s+=' <input type=image name=sa src="/images/xzyu.gif" width="50" height="22" align="absmiddle">';
	s+='</td></tr>';
	s+='<input type="hidden" name="client" value="pub-0646231730893954"></input>';
	s+='<input type="hidden" name="forid" value="1"></input>';
	s+='<input type="hidden" name="ie" value="EUC-KR"></input>';
	s+='<input type="hidden" name="oe" value="EUC-KR"></input>';
	s+='<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:37;LW:100;L:http://www.google.com/images/logo_sm.gif;S:http://www.google.com/;LP:1;FORID:1"></input>';
	s+='<input type="hidden" name="hl" value="ko"></input>';
	s+='<input type=hidden name=domains value="korean.cri.cn">';
	s+='<input type=hidden name=sitesearch value="korean.cri.cn">';
	s+='</form>';
	s+='</table>';
	document.write(s);
}

googlesearch();
