/* FILE ARCHIVED ON 9:33:06 Sep 15, 2012 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 7:43:06 Apr 27, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ var theImages = new Array() theImages[0] = 'Free information for you and your baby - text4baby - text baby to 511411' theImages[1] = 'Women\'s Health and Mortality Chartbook' theImages[2] = 'Get Smart - Know when antibiotics work - www.cdc.gov/getsmart' theImages[3] = 'My Daughter Builds the best Bones Forever!' var j = 0 var p = theImages.length; var preBuffer = new Array() for (i = 0; i < p; i++){ preBuffer[i] = new Image() preBuffer[i].src = theImages[i] } var whichImage1 = Math.round(Math.random()*(p-1)); function showImage1(){ document.write(theImages[whichImage1]); }