random_number= Math.floor(Math.random()* 4+1 );
// Loads the appropriate image and text color based on random number.
if (random_number==1) {
image="images/bgBody.png";
}
if (random_number==2) {
image="images/bgBody2.png";
}
if (random_number==3) {
image="images/bgBody3.png";
}
if (random_number==4) {
image="images/bgBody4.png";
}
