Mine -- What does this image tell me about my own behavior and attitude? if(!empty($images)) // Do we have something to show? { unset($images[$rand_key]); $rand_key = array_rand($images, 1); $src2 = $images[$rand_key]; echo ""; } else { echo 'No images were found in '.$images_folder_path.''; } ?> Yours -- What does this image tell me about the other person’s behavior or stance? if(!empty($images)) // Do we have something to show? { unset($images[$rand_key]); $rand_key = array_rand($images, 1); $src3 = $images[$rand_key]; echo ""; } else { echo 'No images were found in '.$images_folder_path.''; } ?> Ours -- What does this image tell me about our shared interests, situation or responsibilities? Summary -- looking at all 4 images and reviewing all my ideas, what guidance or insights arise? How do the images relate to each other? What is the overall feeling I get from my responses? *