document.writeln('<form method="post" action="http://www.how100.org/recommend/confirmation" target="_self">');
document.writeln('  <table border="0" cellspacing="0" cellpadding="0" width="125" align="center">');
document.writeln('    <tr>');
document.writeln('      <td bgcolor="#630030">');
document.writeln('        <table width="100%" border="0" cellspacing="1" cellpadding="3">');
document.writeln('          <tr>');
document.writeln('            <td align="center" bgcolor="#8A0043">');
document.writeln('              <font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#FFFFFF">');
document.writeln('                <b>Recommend this Website<br>to a Friend</b>');
document.writeln('              </font>');
document.writeln('            </td>');
document.writeln('          </tr>');
document.writeln('          <tr>');
document.writeln('            <td align="center" bgcolor="#FFFFFF">');
document.writeln('              <table border="0" cellspacing="1" cellpadding="3" align="center">');
document.writeln('                <tr>');
document.writeln('                  <td align="right">');
document.writeln('                    <font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000">Friend\'s Email:</font>');
document.writeln('                  </td>');
document.writeln('                  <td align="left">');
document.writeln('                    <input name="to_address" type="text" maxlength="45" size="16" value="">');
document.writeln('                    <input type="hidden" name="referer" value="">');
document.writeln('                  </td>');
document.writeln('                </tr>');
document.writeln('                <tr>');
document.writeln('                  <td align="right">');
document.writeln('                    <font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000">Your Name:</font>');
document.writeln('                  </td>');
document.writeln('                  <td align="left">');
document.writeln('                    <input name="from_name" type="text" maxlength="45" size="16" value="">');
document.writeln('                  </td>');
document.writeln('                </tr>');
document.writeln('                <tr>');
document.writeln('                  <td align="right">');
document.writeln('                    <font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000">Your Email:</font>');
document.writeln('                  </td>');
document.writeln('                  <td align="left">');
document.writeln('                    <input name="from_address" type="text" maxlength="45" size="16" value="">');
document.writeln('                  </td>');
document.writeln('                </tr>');
document.writeln('                <tr>');
document.writeln('                  <td colspan="2" align="center">');
document.writeln('                    <input type="submit" name="send" value="Send">');
document.writeln('                  </td>');
document.writeln('                </tr>');
document.writeln('              </table>');
document.writeln('            </td>');
document.writeln('          </tr>');
document.writeln('        </table>');
document.writeln('      </td>');
document.writeln('    </tr>');
document.writeln('  </table>');
document.writeln('</form>');
