document.write( "<table cellpadding=\"0\" cellspacing=\"0\" border=\"1\" bordercolor=\"black\" width=\"600\">" +
 " <tr><form action=\"/cgi-bin/ratings/splrateit.cgi\" name=rating method=POST\">" +
 "     " +
 "     <input type=\"hidden\" name=\"id\" value=\"AdultActionCam\">" +
 "     <input type=\"hidden\" name=\"returnURL\" value=\"\">" +
 "     <input type=\"hidden\" name=\"display\" value=\"hidden\">" +
 "     " +
 "  <td valign=\"top\">" +
 "   <table cellpadding=\'0\' align=\'center\' cellspacing=\'0\' border=\'0\' width=\'100%\'>" +
 "     <tr>" +
 "       <th colspan=\'7\' bgcolor=\'#e6e6fa\'><font face=\'arial\' size=\'2\'>Rate / Review This Site</font></th>" +
 "     </tr>" +
 "     <tr>" +
 "       <td height=\'10\' bgcolor=\"#ffffcc\"></td>" +
 "     </tr>" +
 "     <tr>" +
 "<td align=\"center\" bgcolor=\"#ffffcc\">" +
 "<input type=\"radio\" name=\"rating\" checked value=\"5\"> <font face=\"arial\" size=\"2\"><b> Excellent&nbsp;		 " +
 "<input type=\"radio\" name=\"rating\" value=\"4\"> <font face=\"arial\" size=\"2\"><b>Good&nbsp;" +
 "<input type=\"radio\" name=\"rating\" value=\"3\"> <font face=\"arial\" size=\"2\"><b> Looks ok&nbsp;" +
 "<input type=\"radio\" name=\"rating\" value=\"2\"> <font face=\"arial\" size=\"2\"><b> Needs work&nbsp;" +
 "<input type=\"radio\" name=\"rating\" value=\"1\"> <font face=\"arial\" size=\"2\"><b> Start over&nbsp;" +
 "<br>" +
 "&nbsp;<textarea name=\"feedback\" rows=5 cols=62>Comments? </textarea>" +
 "<br>" +
 "<center><input type=\"submit\" name=\"submit\" value=\'  Submit  \'></center>" +
 "</td>" +
 "     </tr>" +
 "     <tr>" +
 "       <td height=\"5\" bgcolor=\"#ffffcc\"></td>" +
 "     </tr>" +
 "</tr>" +
 "" +
 "" +
 "   </table>" +
 "  </td></form>" +
 " </tr>" +
 "</table>" +
 "");
