document.write('');
document.write('  <table align="center">');
document.write('<form method="post" action="http://54823.formmailer.onetwomax.de/">');
document.write('    <tr>');
document.write('      <td colspan="2"><b><i>Kontakt</i></b></td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td colspan="2">(mit * gekennzeichnete Felder müssen ausgefüllt werden)</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td>Name *</td>');
document.write('      <td>');
document.write('        <input type="text" name="user_input[id3]" value="" size="20">');
document.write('      </td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td>E-Mail *</td>');
document.write('      <td>');
document.write('        <input type="text" name="user_input[id4]" value="" size="20">');
document.write('      </td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td>Betreff *</td>');
document.write('      <td>');
document.write('        <select name="user_input[id7]">');
document.write('          <option value="0">');
document.write('</option>');
document.write('          <option value="1">Turniere');
document.write('</option>');
document.write('          <option value="2">Training');
document.write('</option>');
document.write('          <option value="3">Running');
document.write('</option>');
document.write('          <option value="4">Mitgliedschaft');
document.write('</option>');
document.write('          <option value="5">Homepage');
document.write('</option>');
document.write('          <option value="6">Sonstiges</option>');
document.write('        </select>');
document.write('      </td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td>Nachricht *</td>');
document.write('      <td>');
document.write('        <textarea name="user_input[id6]" style="width:100%" rows="7"></textarea>');
document.write('      </td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td colspan="2" align="center" valign="middle">');
document.write('        <input type="hidden" name="mq" value="\'">');
document.write('        <input type="hidden" name="action" value="send_mail">');
document.write('        <input type="hidden" name="entry" value="54823">');
document.write('        <input type="submit" name="submit" value="Abschicken">');
document.write('        <input type="reset" name="reset" value="Zur&uuml;cksetzen">');
document.write('      </td>');
document.write('    </tr>');
document.write('</form>');
document.write('  </table>');
document.write('');
