<!--//
//
//
// Note: This javascript has html with single quotes, but since the writeln command is in single quotes, you can
//       NOT put a single quote or two single quotes in the represent a single quote, but rather you need to use
//       and escape character, so a single quote is represented as a blackslash and then a single quote.
//
// Other Links:
// ------------------------
//  TV and Radio Interviews
//  Links 
//  For the Media 
//


document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD vAlign=top width=164 bgColor=#DBE39D>');
document.writeln('        <IMG height=8 hspace=0 src="clear.gif" width=1 border=0><br>');

//                        Menu Bar Here ...

document.writeln('        <TABLE height=250 cellSpacing=0 cellPadding=7 width=164 border=0>');
document.writeln('          <TR><TD><DIV align=left><font style="font-family: Verdana; font-size: 12pt"><A href="index.html">Home</a></font></DIV></TD></TR>');
document.writeln('          <TR><TD><DIV align=left><font style="font-family: Verdana; font-size: 12pt"><A href="buy.html">Buy The Book</A></font></DIV></TD></TR>');
document.writeln('          <TR><TD><DIV align=left><font style="font-family: Verdana; font-size: 12pt"><A href="excerpts.html">Book Excerpts</A></font></DIV></TD></TR>');
document.writeln('          <TR><TD><DIV align=left><font style="font-family: Verdana; font-size: 12pt"><A href="author.html">About the Author</A></font></DIV></TD></TR>');
document.writeln('          <TR><TD><DIV align=left><font style="font-family: Verdana; font-size: 12pt"><A href="awards.html">Awards</A></font></DIV></TD></TR>');
document.writeln('          <TR><TD><DIV align=left><font style="font-family: Verdana; font-size: 12pt"><A href="http://beforethebabycomes.blogspot.com" onclick="window.open(this.href);return false;">Katie&#39;s Blog</A></font></DIV></TD></TR>');
document.writeln('          <TR><TD><DIV align=left><font style="font-family: Verdana; font-size: 12pt"><A href="faq.html">FAQ</A></font></DIV></TD></TR>');
document.writeln('          <TR><TD><DIV align=left><font style="font-family: Verdana; font-size: 12pt"><A href="links.html">Pregnancy Links</A></font></DIV></TD></TR>');
document.writeln('          <TR><TD><DIV align=left><font style="font-family: Verdana; font-size: 12pt"><A href="contact.html">Ask the Author</A></font></DIV></TD></TR>');
document.writeln('          <TR><TD><DIV align=left><font style="font-family: Verdana; font-size: 12pt"><A href="http://www.facebook.com/pages/Proactive-Pregnancy/114557931249" onclick="window.open(this.href);return false;"><IMG height=66 hspace=0 src="proactivepregnancyfacebook.jpg" width=164 border=0></A></font></DIV></TD></TR>');
document.writeln('        </TABLE>');


document.writeln('        <br>');

//                        Here is where "sPageMenuClearBufferHeight" is used to adjust the menu size.
document.writeln('        <!-- Add additional space here to make top/bottom left boxes appear correctly sized.-->');
document.writeln('        <IMG height=' + sPageMenuClearBufferHeight + ' hspace=0 src="clear.gif" width=1 border=0><br>');

document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD  vAlign=top width=164 bgColor=#FFFFFF>');
document.writeln('      <DIV align=center>');
document.writeln('        <IMG alt="joeandkatie.com" src="joeandkatielogo.jpg" width="164" height="106"><br>');
document.writeln('        <font style="font-family: Verdana; font-size: 10pt"><font color="#A22459">© Copyright 2009 <br>');
document.writeln('        All rights reserved <a href="http://www.joeandkatie.com">joeandkatie.com</a></font></font></DIV>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('</TABLE>');

//-->
