
document.write("<center><TABLE border=3 WIDTH=385 HEIGHT=60> <TR> <TD bgcolor=#ccccdd>");
document.write("<form method=POST action=/cgi-sys/formmail.pl>");
document.write("<center><font size=-2 color=#332222> In order for us to improve j-views, please give us your opinion of this page. Simply click one of the buttons below, followed by [Send]. 1=Terrible, 5=Excellent<br>");
document.write("If you want to add further comments, please visit the guestbook, or send mail to <a href=mailto:comments@j-views.com>comments@j-views.com</a>.</font>");

document.write('<input name=subject type=hidden value=\"' + document.title + '\">');
document.write("<input name=redirect type=hidden value="+ document.URL+ ">");
document.write("<input name=recipient type=hidden value=comments@j-views.com>");
document.write("<br>1 <input name=Rating type=radio value=Terrible>");
document.write(" 2 <input name=Rating type=radio value=Poor>");
document.write(" 3 <input name=Rating type=radio checked=yes value=Mediocre>");
document.write(" 4 <input name=Rating type=radio value=Good>");
document.write(" 5 <input name=Rating type=radio value=Excellent>");
document.write(" <input type=submit value=Send></form></center>");

document.write("</TD> </TR> </TABLE></center>");


