document.writeln("<STYLE type=text\/css>");
document.writeln("body, td {");
document.writeln("	font-family: Arial, Verdana, Helvetica, sans-serif;");
document.writeln("	font-size: 12px;");
document.writeln("}");
document.writeln(".style2 {");
document.writeln("	FONT-WEIGHT: bold");
document.writeln("}");
document.writeln(".pincode {");
document.writeln("	WIDTH: 500px");
document.writeln("}");
document.writeln(".pincode SPAN {");
document.writeln("	FLOAT: left; WIDTH: 35px; HEIGHT: 40px; BACKGROUND-COLOR: #f5f5f5; TEXT-ALIGN: center");
document.writeln("}");
document.writeln(".pincode SPAN:first-line {");
document.writeln("	OVERFLOW: hidden; COLOR: red");
document.writeln("}");
document.writeln(".style3 {");
document.writeln("	COLOR: #cccccc");
document.writeln("}");
document.writeln(".style4 {");
document.writeln("	FONT-WEIGHT: bold; COLOR: #990000");
document.writeln("}");
document.writeln("<\/STYLE>");
document.writeln("<form name=\"form1\" method=\"post\" action=\"\">");
document.writeln("  <table border=\"0\" align=\"center\" cellpadding=\"1\" cellspacing=\"0\" bgcolor=\"#999999\">");
document.writeln("    <tr> ");
document.writeln("      <td><table border=\"0\" cellpadding=\"10\" cellspacing=\"1\" bgcolor=\"#E4E4E4\">");
document.writeln("          <tr> ");
document.writeln("            <td align=\"center\"> 中文（不少于80字） ");
document.writeln("              <DIV> ");
document.writeln("                <CENTER>");
document.writeln("                  <TEXTAREA id=textarea2 name=word rows=5 cols=50><\/TEXTAREA>");
document.writeln("                  <BR>");
document.writeln("                  <INPUT name=\"button\" type=button onclick=getPinyin() value=\"注释\">");
document.writeln("                  <INPUT type=reset value=\"清除\" name=clear>");
document.writeln("                <\/CENTER>");
document.writeln("              <\/DIV><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/table>");
document.writeln("<\/form>");
document.writeln("<CENTER>");
document.writeln("  <DIV class=pincode id=result><\/DIV><\/CENTER><\/DIV><SCRIPT language=javascript src=\"http:\/\/www.chinasona.com\/tools\/Annotated Chinese1.js\"><\/SCRIPT>");