random=Math.round(Math.random() * 4);
//Baby
if (random=="0"){ document.write ('<p align="left"><img src="images/baby.jpg" width="378" height="297" alt="Baby"></p>');document.close();}
//Toddler
if (random=="1") {document.write ('<p align="left"><img src="images/toddler.jpg" width="378" height="297" alt="Toddler"></p>');
document.close();}
//Girl
if (random=="2"){ document.write ('<p align="left"><img src="images/girl.jpg" width="378" height="297" alt="Girl"></p>');
document.close();}
//Boy
if (random=="3"){ document.write ('<p align="left"><img src="images/boy.jpg" width="378" height="297" alt="Boy"></p>');
document.close();}
//Infant
if (random=="4"){ document.write ('<p align="left"><img src="images/baby2.jpg" width="378" height="297" alt="Baby"></p>');document.close();}
