function checkform(){
	document.voteform.submit();
}
function writeResearch() {
			document.write("<table width=180 border=0 align=right cellpadding=0 cellspacing=3>");
			document.write("              <form name=voteform method=post action=/index/hot/vote.jsp>");
			document.write("                <input type=hidden name=pid value=9>");
document.write("                <tr> ");
document.write("                  <td width=182 colspan=2 class=b-9>你了解汽车召回吗？</td>");
document.write("                </tr>");
document.write("                <tr> ");
document.write("                  <td colspan=2> <table width=175 border=0 cellspacing=2 cellpadding=0>");
document.write("                      <tr> ");
document.write("                        <td width=30> <div align=right> ");
document.write("                            <input type=radio name=entry value=33 checked>");
document.write("                          </div></td>");
document.write("                        <td colspan=3 class=b-9 width=143>不是很清楚，仅仅听说过 </td>");
document.write("                      </tr>");
document.write("                      <tr> ");
document.write("                        <td width=30> <div align=right> ");
document.write("                            <input type=radio name=entry value=32 >");
document.write("                          </div></td>");
document.write("                        <td colspan=3 class=b-9 width=143>一般 </td>");
document.write("                      </tr>");
document.write("                      <tr> ");
document.write("                        <td width=30> <div align=right> ");
document.write("                            <input type=radio name=entry value=31 >");
document.write("                          </div></td>");
document.write("                        <td colspan=3 class=b-9 width=143>比较了解 </td>");
document.write("                      </tr>");
document.write("                      <tr> ");
document.write("                        <td width=30> <div align=right> ");
document.write("                            <input type=radio name=entry value=30 >");
document.write("                          </div></td>");
document.write("                        <td colspan=3 class=b-9 width=143>非常了解 </td>");
document.write("                      </tr>");
document.write("                      <tr> ");
 document.write( "                        <td width=30>&nbsp;</td>");
document.write("<td colspan=3 class=b-9 width=143><img src=images/17.gif width=35 height=17 onclick=\"return checkform();\">");
 document.write( "                          　<a href=/index/hot/survey.jsp><img src=images/18.gif width=35 height=17 border=0></a></td>");
document.write("                      </tr>");
document.write("                    </table></td>");
document.write("                </tr>");
document.write("              </form>");
document.write("            </table>");}
