var theImages = new Array() theImages[0] = 'images/swf/listening.swf'theImages[1] = 'images/swf/care.swf'theImages[2] = 'images/swf/life.swf'theImages[3] = 'images/swf/listening.swf'theImages[4] = 'images/swf/care.swf'theImages[5] = 'images/swf/life.swf'theImages[6] = 'images/swf/listening.swf'theImages[7] = 'images/swf/care.swf'theImages[8] = 'images/swf/life.swf'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 whichImage = Math.round(Math.random()*(p-1));function showImage(){document.write('<object type="application/x-shockwave-flash" data="'+theImages[whichImage]+'" width="750px" height="292px"><param name="movie" value="'+theImages[whichImage]+'" /><img src="images/staticbanner.jpg" alt="Make a Difference" /></object><style type="text/css" media="screen"><!-- #Static { display: none; } --></style>');}