<!--
var theImages_06 = new Array()

theImages_06[0] = '../images/iswap/infant/513x245_01.jpg'
theImages_06[1] = '../images/iswap/infant/513x245_02.jpg'
theImages_06[2] = '../images/iswap/infant/513x245_03.jpg'
theImages_06[3] = '../images/iswap/infant/513x245_04.jpg'
theImages_06[4] = '../images/iswap/infant/513x245_05.jpg'

var j_06 = 0
var p_06 = theImages_06.length;
var preBuffer_06 = new Array()
for (i = 0; i < p_06; i++){
   preBuffer_06[i] = new Image()
   preBuffer_06[i].src = theImages_06[i]
}
var whichImage_06 = Math.round(Math.random()*(p_06-1));
function showImage_06(){
document.write('<img alt="Newborns & Infant Photography" src="'+theImages_06[whichImage_06]+'" width="513" height="235">');
}
//-->