document.write ("<p>");
document.write ("Name:");
document.write ("<br />");
document.write ("<input type=text name=Name size=40px />");
document.write ("<br /><br />");
document.write ("E-mail:");
document.write ("<br />");
document.write ("<input type=text name=E-mail size=40 />");
document.write ("<br /><br />");
document.write ("Comment:");
document.write ("<br />");
document.write ("<textarea name=Comment cols=38 rows=12 id=Comment style=margin:0pt;word-spacing:0pt;line-height:150%;text-align:left;text-indent:0pt;font-family:Tahoma;font-size:10pt;color:rgb(81, 0, 130); tabindex=20></textarea>");
document.write ("<br /><br />");
document.write ("<input type=submit value=Submit />");
document.write ("<input type=reset value=Reset />");
document.write ("</p>");