function my(form){
form.action = "/searchS";
return true;
}

document.write("<TABLE cellSpacing=0 cellPadding=0 width=380 border=0>");
document.write("<FORM name=formsit onsubmit='return my(this);' action=/searchS method=get><tr height=18><td>");
document.write("<INPUT type=hidden name=action value=search>");
document.write("<INPUT class=formfont size=28 name=skeyword>");
document.write(" <INPUT type=submit value=¹¤³ÌËÑË÷>");
document.write("<td></TR></FORM></TABLE>");