
document.write("<table border=0 cellspacing=0 cellpadding=2>");
document.write("<form action='vote.asp?action=ballot&vid=1' method=post target='vote_view'>");
document.write("<tr><td align=center height=25><font color=#CC3300><b>您是怎样知道本站？</b></font></td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='1'>其它网站链接上看到的</td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='2'>由我的朋友推荐而来的</td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='3'>一些报刊杂志上看到的</td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='4'>无意中随便点击而来的</td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='5'>其它的方式得知后来的</td></tr>");
document.write("<tr><td align=center height=25><input onclick=\"javascript:open_win('','vote_view',400,300,'no');\" type=submit value='投一票'>&nbsp;&nbsp;<input type=button onclick=\"javascript:open_win('vote.asp?action=view&vid=1','vote_view',400,300,'no');\" value='查看结果'></td></tr>");
document.write("</form></table>");

