w_image=new Array(6);

w_image[0] = ("<td><img src=woman_splash1.jpg  width=185 height=547 border=0></td>");
w_image[1] = ("<td><img src=woman_splash2.jpg  width=185 height=547 border=0></td>");
w_image[2] = ("<td><img src=woman_splash3.jpg  width=185 height=547 border=0></td>");
w_image[3] = ("<td><img src=woman_splash4.jpg  width=185 height=547 border=0></td>");
w_image[4] = ("<td><img src=woman_splash5.jpg  width=185 height=547 border=0></td>");
w_image[5] = ("<td><img src=woman_splash6.jpg  width=185 height=547 border=0></td>");

index = Math.floor(Math.random() * w_image.length);

document.write(w_image[index]);

