document.writeln('<form method="post" action="http://www.owlshill.org/visitboomer/confirmation" target="_self">');
document.writeln('  <table border="0" cellspacing="0" cellpadding="0" width="100%" align="center">');
document.writeln('    <tr>');
document.writeln('      <td bgcolor="000000">');
document.writeln('        <table width="100%" border="0" cellspacing="1" cellpadding="3">');
document.writeln('          <tr>');
document.writeln('            <td align="center" bgcolor="#5F6A03">');
document.writeln('              <font face="Georgia, Times New Roman, serif" size="4" color="#FFFFFF">');
document.writeln('                <b>Recommend Boomer\'s Blog to Your Friends!</b>');
document.writeln('              </font>');
document.writeln('            </td>');
document.writeln('          </tr>');
document.writeln('          <tr>');
document.writeln('            <td align="center" bgcolor="#ffffcc">');
document.writeln('              <table border="0" cellspacing="1" cellpadding="3" align="center">');
document.writeln('                <tr>');
document.writeln('                  <td align="right">');
document.writeln('                    <font face="Georgia, Times New Roman, serif" size="3" 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="28" value="">');
document.writeln('                    <input type="hidden" name="referer" value="http://www.owlshill.org/boomer">');
document.writeln('                  </td>');
document.writeln('                </tr>');
document.writeln('                <tr>');
document.writeln('                  <td align="right">');
document.writeln('                    <font face="Georgia, Times New Roman, serif" size="3" color="#000000">Your Name:</font>');
document.writeln('                  </td>');
document.writeln('                  <td align="left">');
document.writeln('                    <input name="from_name" type="text" maxlength="45" size="28" value="">');
document.writeln('                  </td>');
document.writeln('                </tr>');
document.writeln('                <tr>');
document.writeln('                  <td align="right">');
document.writeln('                    <font face="Georgia, Times New Roman, serif" size="3" color="#000000">Your Email:</font>');
document.writeln('                  </td>');
document.writeln('                  <td align="left">');
document.writeln('                    <input name="from_address" type="text" maxlength="45" size="28" 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 Recommendation">');
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>');
