function checkForm () {
msg=window.open("","","height=400,width=300,left=1,top=120 scrollbars=no");
msg.document.write("<html><title>Questions/Comments</title>");
msg.document.write("<style>input {font: bold 10px verdana;} body {font: bold 10px verdana;} </style>");
msg.document.write("<body bgcolor='white' onBlur=window.close()>");

msg.document.write("<form method=post action=http://www.hostedstuff.com/services/formmail/>From<br><input name='from' type='text' value='your@email.com' size='30'><br><br>");
msg.document.write("<input name='sendTo' type='hidden' value='email@pinkothinker.com'>Subject<br><input name='subject' size='30'><br><br>Message<br>");
msg.document.write("<textarea name='message' type='text' rows='11' cols='27'></textarea><br><br><input name='send me email about site updates' type='checkbox' value='mail' CHECKED> send me email about site updates");
msg.document.write("<br><br><br><input name='sendBackTo' type='hidden' value='http://www.pinkothinker.com/aimremote.htm'><input type=submit value=send></form>");

msg.document.write("</body></html>");
}