returl = parent.location.href; 

function send () {
  form = document.forms.search;

  if (form.keyword.value == null || form.keyword.value.length < 2) {
    alert ("Please input at least two letters.");
    form.keyword.focus();
    return false;
  }
}

if (returl.indexOf("search.searchNews") < 0) {
	document.write("<table width=220 border=0 cellpadding=2 cellspacing=0 background=http://english.chosun.com/new/n_img/if_bg.gif>");
	document.write("<form action=http://english.chosun.com/servlet/search.searchNews name=search method=post target=_top onsubmit='return send()'>");
	document.write("<input type=hidden name=type value=T>");
	document.write("	<tr>");
	document.write("		<td height=5></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td  valign=middle><img src=http://english.chosun.com/img/search/icon_title.gif width=127 height=24></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td  valign=middle>");
	document.write("			<div align=center>");
	document.write("			<input type=text name=keyword size=10 style='width:150;height:20; border:1px Solid #707070; background:url(http://image.chosun.com/common/200410/dot_blank.gif);background-repeat:no-repeat;background-position:center;background-color:#FFFFFF;' >");
	document.write("			<input type=image src='http://english.chosun.com/img/search/icon_search.gif' align=top width=37 height=20>");
	document.write("			</div>");
	document.write("		</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td height=5 align=center valign=middle ></td>");
	document.write("	</tr>");
	document.write("</form>");
	document.write("</table>");
}
