<!--
function cleanword(obj){
	obj.value = "";
}


function newWin2(theURL) { //v2.0
  window.open(theURL,'','top=10,left=30,width=500,height=400,resizable=no,scrollbars=yes');
}

function Check() { 
  var e1 = document.yourwds.email.value;
  if (e1.length < 6 ) {
     alert("Input your Email Address!");
     return; }
  document.yourwds.submit();
}
function chkField()
{
        if (document.search.words.value.length <1)
        {
                alert ('请输入疑难中文词');
                document.search.words.focus();
                return;
        }
        document.search.submit();
}
//-->
document.write("<table width=230 border=0 cellspacing=0 cellpadding=0>");
document.write("<tr>"); 
document.write("<td width=20 height=17></td>");
document.write("<td class=2jizwzt>新词新译</td>");
document.write("<td></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><img src=http://www.chinadaily.com.cn/image_lt/tmd.gif width=1 height=3></td>");
document.write("<td><img src=http://www.chinadaily.com.cn/image_lt/tmd.gif width=1 height=3></td>");
document.write("<td><img src=http://www.chinadaily.com.cn/image_lt/tmd.gif width=1 height=3></td>");
document.write("</tr>");
document.write("<form method=post action=http://language.chinadaily.com.cn/chinesetermsearcher.shtml name=search onsubmit=\"chkField();return false;\">");
document.write("<tr>"); 
document.write("<td></td>");
document.write("<td width=160><input type=text name=words class=biaoge style=width:140px></td>");
document.write("<td><input type=image src=http://www.chinadaily.com.cn/image_lt/000linshi003.gif width=27 height=17></td>");
document.write("</tr>");
document.write("</form>");
document.write("<td height=15></td>");
document.write("<td></td>");
document.write("<td></td>");
document.write("</tr>");
document.write("</table>");