function growthplaytherapy()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<img src="images_home/homephoto03.jpg">'); } // 03
if (ranNum == 1){document.write('<img src="images_home/homephoto04.jpg">'); } // 04
if (ranNum == 2){document.write('<img src="images_home/homephoto07.jpg">'); } // 07
if (ranNum == 3){document.write('<img src="images_home/homephoto08.jpg">'); } // 08
if (ranNum == 4){document.write('<img src="images_home/homephoto09.jpg">'); } // 09
}
