<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
name="baby"
url="http://www.cafepress.com/justmommies";
alt="shop";
banner="http://www.justmommies.com/graphics/jmlogowearad.jpg";
width="400";
height="38";
}
if (ad==2) {
name="pregnant"
url="http://www.justmommies.com/articles/how-early-can-i-test.shtml";
alt="pregnant";
banner="http://www.justmommies.com/graphics/amipregnantbanner.gif";
width="400";
height="38";
}
if (ad==3) {
name="due date"
url="http://www.justmommies.com/duedate.shtml";
alt="due date";
banner="http://www.justmommies.com/graphics/duedatecalculatorbanner.gif";
width="400";
height="38";
}
if (ad==4) {
name="dads"
url="http://www.justmommies.com/articles/family-man.shtml";
alt="dads";
banner="http://www.justmommies.com/graphics/dadspotential.jpg";
width="400";
height="38";
}
if (ad==5) {
name="fingerfood"
url="http://www.justmommies.com/articles/finger-food-mania.shtml";
alt="finger food";
banner="http://www.justmommies.com/graphics/fingerfoodmania.gif";
width="400";
height="38";
}
if (ad==6) {
name="ttc"
url="http://www.justmommies.com/articles/trying-too-hard.shtml";
alt="ttc";
banner="http://www.justmommies.com/graphics/tryingtoohardbanner.gif";
width="400";
height="38";
}
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 -->

