// JavaScript Document
document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln(".r_main {");
document.writeln(" width:250px;");
document.writeln(" height:140px;");
document.writeln(" border:solid 5px #CCCCCC;");
document.writeln(" background-color:#ffffff;");
document.writeln("}");
document.writeln(".r_title{");
document.writeln(" width:244px;");
document.writeln(" height:20px;");
document.writeln(" margin:5px auto 0px auto;");
document.writeln(" background-image:url(http:\/\/www.lawtv.net.cn\/image\/r_06.gif);");
document.writeln(" background-repeat:no-repeat;");
document.writeln(" text-align:right;");
document.writeln("}");
document.writeln(".r_con{");
document.writeln(" width:240px;");
document.writeln(" height:109px;");
document.writeln(" background-color:#ededed;");
document.writeln(" margin:0px auto;");
document.writeln(" border:solid 1px #d2d2d2;");
document.writeln("}");
document.writeln("td{");
document.writeln("font-size:12px;");
document.writeln("}");
document.writeln(".r_btn{");
document.writeln("  height:50px;");
document.writeln("  width:24px;");
document.writeln("  background-image:url(http:\/\/www.lawtv.net.cn\/image\/btn.png);");
document.writeln("  border:0px;");
document.writeln("  cursor:pointer;");
document.writeln("}");
document.writeln("-->");
document.writeln("<\/style>");
document.writeln("");
document.writeln("<div class=\"r_main\">");
document.writeln("   <div class=\"r_title\"><a href=\"javascript:showhiderep();\"><img src=\"http:\/\/www.lawtv.net.cn\/image\/r_03.gif\" width=\"18\" height=\"17\" border=\"0\" \/><\/a><\/div>");
document.writeln("     <div class=\"r_con\">");
document.writeln("       <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("       <form method=\"post\" name=\"reportform\" action=\"http:\/\/talk.lawtv.net.cn\/index.php\/receive_report\/index\" target=\"_blank\">");
document.writeln("         <tr>");
document.writeln("           <td height=\"28\" colspan=\"2\"> <input type=\"hidden\" name=\"turl\" id=\"turl\" \/>");
document.writeln("");
document.writeln("        <input type=\"hidden\" name=\"tTitle\" id=\"tTitle\" \/>");
document.writeln("");
document.writeln("        <input type=\"radio\" name=\"tRadio\" value=\"反动\" \/>");
document.writeln("");
document.writeln("        反动");
document.writeln("");
document.writeln("          <input type=\"radio\" name=\"tRadio\" value=\"色情\" \/>");
document.writeln("");
document.writeln("      色情");
document.writeln("");
document.writeln("      <input type=\"radio\" name=\"tRadio\" value=\"违规\" \/>");
document.writeln("");
document.writeln("      违规");
document.writeln("");
document.writeln("      <input type=\"radio\" name=\"tRadio\" value=\"侵权\" \/>");
document.writeln("");
document.writeln("      侵权<\/td>");
document.writeln("         <\/tr>");
document.writeln("         <tr>");
document.writeln("           <td width=\"87%\" align=\"center\"><textarea name=\"tContent\" rows=\"4\" id=\"tContent\"><\/textarea><\/td>");
document.writeln("           <td width=\"13%\"><label>");
document.writeln("             <input name=\"button\" type=\"button\" class=\"r_btn\" id=\"button\" value=\" \" onclick=\"doReport();\" \/>");
document.writeln("           <\/label><\/td>");
document.writeln("         <\/tr>");
document.writeln("         <\/form>");
document.writeln("       <\/table>");
document.writeln("     <\/div>");
document.writeln("<\/div>");