document.write('<table width="75%" cellpadding="5"><form action="/contact/send.html" method="POST">');
document.write('<tr><td width="25%"><b>Your name</b></td><td><input name="p[name]" type="text" style="width: 80%"></td></tr>');
document.write('<tr><td><b>Your email/ICQ</b></td><td><input name="p[email]" type="text" style="width: 80%"></td></tr>');
document.write('<tr><td><b>Subject</b></td><td><select name="p[subject]" style="width: 100%">');
document.write('<option>Just a message</option>');
document.write('<option>Question for reviewer</option>');
document.write('<option>I want to...</option>');
document.write('</select></td></tr>');
document.write('<tr><td valign="top"><b>Message</b></td><td><textarea name="p[message]" style="width: 100%" rows=5></textarea></td></tr>');
document.write('<tr><td><img src="/imgs/s.gif" width="1" height="1" /></td><td><input type="submit" value="Send message" style="font: bold 16px Arial; height: 30px;"></td></tr>');
document.write('<tr><td><img src="/imgs/s.gif" width="1" height="1" /></td><td class="t_comment">* all fields are required</td></tr></form></table>');


