
<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Common Questions";
txt2="Will sleeping on my back during pregnancy harm my baby ?";
url="http://www.obfocus.com/questions/qanda19.htm";
alt="Will sleeping on my back during pregnancy harm my baby ?";
banner="http://www.obfocus.com/images/sleepsm.gif";
width="116";
height="144";
}

if (ad==2) {
txt="Seafood During Pregnancy";
txt2="Certain types of cooked sushi such as eel and California rolls are safe to eat when pregnant.";
url="http://www.obfocus.com/nutrition/Seafood.htm";
alt="Seafood During Pregnancy";
banner="http://www.obfocus.com/images/sushi0.gif";
width="116";
height="144";
}

if (ad==3) {
txt="Focus on Folic Acid";
txt2="An increasing amount of data are available showing that the use of folic acid prior to conception significantly reduces the risk for neural tube defects.";
url="http://www.obfocus.com/nutrition/nutrition1.htm";
alt="Focus on Folic Acid";
banner="http://www.obfocus.com/images/veg0.gif";
width="116";
height="144";
}

if (ad==4) {
txt="Your First Pregnancy. What to Expect.";
txt2="As your baby grows, the size of your uterus increases to about 1000 times its original size.";
url="http://www.obfocus.com/prenatal/firstpreg.htm";
alt="Your First Pregnancy";
banner="http://www.obfocus.com/images/first.gif";
width="116";
height="144";
}


document.write('<align left>');
document.write('<table cellpadding=3><tr><td width=20% valign=top><a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" border=0  width=')
document.write(width + ' height=' + height + '</a></td> ');
document.write('<td width=80% valign=top><b><font size=2><FONT FACE=ARIAL><a href=\"' + url + '\" target=\"_top\">' + txt + '</b></a>');
document.write('<p><font size=2><FONT FACE=ARIAL>' + txt2 + '</font></td>');
document.write('</td></tr></table></center>');
// End -->
