document.write('<form method="post" action="http://47779.newsletter.onetwomax.de/">');
document.write('  <table>');
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 align="left" valign="top">E-Mail *</td>');
document.write('      <td>');
document.write('        <input type="text" name="email" value="" size="20">');
document.write('      </td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td align="left" valign="top">Name *</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 align="left" valign="top">Kennen wir uns persönlich oder bist du anderweitig auf unsere Homepage aufmerksam geworden? *</td>');
document.write('      <td>');
document.write('        <select name="user_input[id5]">');
document.write('          <option value="0">Ich kenne euch beide');
document.write('</option>');
document.write('          <option value="1">Ich kenne Andreas Mühleis');
document.write('</option>');
document.write('          <option value="2">Ich kenne Andreas Weihenmaier');
document.write('</option>');
document.write('          <option value="3" selected>Ich kenne (noch) keinen von euch beiden');
document.write('</option>');
document.write('          <option value="4"></option>');
document.write('        </select>');
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="add">');
document.write('        <input type="hidden" name="entry" value="47779">');
document.write('        <input type="submit" name="submit" value="Abschicken">');
document.write('      </td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td colspan="2" align="center"><font size="-2">Powered by <a href="http://www.onetwomax.de" target="_blank">OneTwoMax</a> Newsletter Script</font></td>');
document.write('    </tr>');
document.write('  </table>');
document.write('</form>');
document.write('');