Why would it show a random image? You're not once using that Random variable you declared.

You're setting 7 images, looping from 0 to 6 and updating the background image of one object. It's going to update the background image 7 times, but it's going to happen so fast you're only going to see the last one.