<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- 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="Holiday Food Safety Tips";
txt2="During the holiday season it can be hard to turn down a mouth-watering meal ...";
url="http://www.obfocus.com/nutrition/Holiday%20Food.htm";
alt="Holiday Food Safety Tips";
banner="http://www.obfocus.com/images/puddingsm.jpg";
width="116";
height="144";
}




if (ad==2) {
txt="Travel During Pregnancy";
txt2="Planning a trip for the Holidays?";
url="http://www.obfocus.com/prenatal/travel.htm";
alt="Travel During Pregnancy";
banner="http://www.obfocus.com/images/travel1sm.gif";
width="116";
height="144";
}






if (ad==3) {
txt="Treatment of Cold Symptoms During Pregnancy";
txt2="Rhinoviruses and coronaviruses cause most colds during the fall and winter.";
url="http://www.obfocus.com/prenatal/Cold.htm";
alt="Treatment of Cold Symptoms During Pregnancy";
banner="http://www.obfocus.com/images/meds2.gif";
width="116";
height="144";
}






if (ad==4) {
txt="Alcohol and Breastfeeding";
txt2="Alcohol passes quickly into breast milk and may reach levels equivalent to..." ;
url="http://www.obfocus.com/nutrition/alcoholinmilk.htm";
alt="Alcohol and Breastfeeding";
banner="http://www.obfocus.com/images/winesm.jpg";
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 -->
