﻿
<!--
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.writeln("<table width=\"230\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("              <tr> ");
document.writeln("                <td width=\"10\">&nbsp;<\/td>");
document.writeln("                <td class=\"bbc\" style=\"font-size:9pt \">新词新译<\/td>");
document.writeln("                <td>&nbsp;<\/td>");
document.writeln("              <\/tr>");
document.writeln("              <tr> ");
document.writeln("                <td><img src=\"http:\/\/www.chinadaily.com.cn\/08image_lt\/tmd.gif\" width=\"1\" height=\"6\"><\/td>");
document.writeln("                <td><img src=\"http:\/\/www.chinadaily.com.cn\/08image_lt\/tmd.gif\" width=\"1\" height=\"6\"><\/td>");
document.writeln("                <td><img src=\"http:\/\/www.chinadaily.com.cn\/08image_lt\/tmd.gif\" width=\"1\" height=\"6\"><\/td>");
document.writeln("              <\/tr>");
document.writeln("			  <form method=post action=http:\/\/language.chinadaily.com.cn\/chinesetermsearcher.shtml name=search onsubmit=\"chkField();return false;\">");
document.writeln("              <tr> ");
document.writeln("                <td>&nbsp;<\/td>");
document.writeln("                <td width=\"180\"><input type=text name=words class=biaoge size=\"22\"><\/td>");
document.writeln("                <td valign=\"bottom\">");
document.writeln("				<input type=image src=http:\/\/www.chinadaily.com.cn\/08image_lt\/000linshi003.gif width=27 height=17>");
document.writeln("				<\/td>");
document.writeln("              <\/tr>");
document.writeln("			  <\/form>");
document.writeln("              <tr> ");
document.writeln("                <td colspan=\"3\">&nbsp;<\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/table>");
