<!-- 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) {
name="pregnancy"
url="http://www.justmommies.com/drupal/";
alt="pregnancy";
banner="http://www.justmommies.com/graphics/betahousead.jpg";
width="258";
height="256";
}
if (ad==2) {
name="holidays"
url="http://www.justmommies.com/drupal/";
alt="holidays";
banner="http://www.justmommies.com/graphics/betahousead.jpg";
width="258";
height="256";
}
if (ad==3) {
name="due date"
url="http://www.justmommies.com/ovulation-calendar.shtml";
alt="due date";
banner="http://www.justmommies.com/graphics/ovulationcalendar.jpg";
width="258";
height="256";
}
if (ad==4) {
name="due date"
url="http://www.justmommies.com/drupal/";
alt="due date";
banner="http://www.justmommies.com/graphics/betahousead.jpg";
width="258";
height="256";
}

document.write('<a href="' + url + '" target="_blank">');
document.write('<img src="' + banner + '" width=')
document.write(width + ' height=' + height + ' ');
document.write('name="' + name + ' ');
document.write('alt="' + alt + '" border=0></a><br>');
// End -->


