                                document.writeln("<form action=\"http://send.formmailer.com/\" method=\"post\" id=\"feedback_form\">");
                                document.writeln("<input type=\"Hidden\" name=\"formmailer\" value=\"72685\">");
                                document.writeln("<div class=\"f_heading\">Meine Daten:</div>");
                                document.writeln("<blockquote><div align=\"left\" class=\"f_normal\">");
                                document.writeln("<table border=\"0\" border=\"0\" width=\"400\" cellpadding=\"0\" cellspacing=\"0\">");
                                       document.writeln("<tr>");
                                        document.writeln("<td width=\"100\">");
                                        document.writeln("<div class=\"f_normal\">Name: *</div>");
                                        document.writeln("</td>");
                                        document.writeln("<td width=\"300\">");
                                        document.writeln("<input name=\"dername\" type=\"text\" size=\"40\" maxlength=\"40\">");
                                        document.writeln("</td>");
                                       document.writeln("</tr>");
                                       document.writeln("<tr>");
                                        document.writeln("<td>");
                                        document.writeln("<div class=\"f_normal\">Emailadresse: *</div>");
                                        document.writeln("</td>");
                                        document.writeln("<td>");
                                        document.writeln("<input type=\"text\" name=\"diemailadresse\" size=\"40\" maxlength=\"80\">");
                                        document.writeln("</td>");
                                       document.writeln("</tr>");
                                document.writeln("</table>");
                                document.writeln("<br>* Daten werden für die Benachrichtigung benötigt!<br><br><br>");
                                document.writeln("</div></blockquote>");

                                document.writeln("<div class=\"f_heading\">Meine Nachricht:</div>");
                                document.writeln("<blockquote>");
                                document.writeln("<div class=\"f_normal\">");
                                document.writeln("<input name=\"newsletter\" type=\"checkbox\">&nbsp;Ich möchte den Café-Newsletter beziehen (ca. eine Email pro Quartal).<br></input><br>");
                                document.writeln("<input name=\"mitarbeit\" type=\"checkbox\">&nbsp;Ich interessiere mich für die Mitarbeit im Café.<br></input><br>");
                                document.writeln("<input name=\"foerder\" type=\"checkbox\">&nbsp;Bitte schickt mir weitere Informationen zum Förderverein!<br></input><br>");
                                document.writeln("Textnachricht, Kommentar:");
                                document.writeln("<textarea name=\"dietextnachricht\" cols=\"50\" rows=\"10\" wrap=\"soft\"></textarea>");
                                document.writeln("<br><br>");
                                document.writeln("<input value=\"Nachricht senden\" title=\"Nachricht senden\" type=\"button\" onClick=\"inhalt_pruefen()\"></input>&nbsp;&nbsp;");
                                document.writeln("<input value=\"Eingaben löschen\" title=\"Löschen aller Eingaben!\" type=\"reset\"></input>");
                                document.writeln("<br><br><br>");
                                document.writeln("</div>");
                                document.writeln("</blockquote>");
                                document.writeln("</form>");
